mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Re-add the skip for not found on host task
This commit is contained in:
@@ -13,6 +13,6 @@
|
||||
action: copy src=$item dest=/etc/hosts
|
||||
with_first_found:
|
||||
- files: $files/hosts/${ansible_fqdn}-hosts $files/hosts/${ansible_hostname}-hosts $files/hosts/${ansible_domain}-hosts $files/hosts/${host_group}-hosts
|
||||
# skip: true
|
||||
skip: true
|
||||
tags:
|
||||
- config
|
||||
|
||||
Reference in New Issue
Block a user