diff options
| author | boom2 <blizzack@blizzack.com> | 2023-12-19 19:11:56 -0500 |
|---|---|---|
| committer | boom2 <blizzack@blizzack.com> | 2023-12-19 19:11:56 -0500 |
| commit | 870d6c431b8abaf3df05dc33c45a187f85652f2d (patch) | |
| tree | edbf52b96e0b61c51ea7c51d2117bf0a5fc9269d /ansible-practice/system | |
| parent | 8a6df004b712c4123410c74e1a7840189214af29 (diff) | |
- remove tabs
Diffstat (limited to 'ansible-practice/system')
| -rw-r--r-- | ansible-practice/system/09-playbook-copy-system-files-on-controller.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ansible-practice/system/09-playbook-copy-system-files-on-controller.yml b/ansible-practice/system/09-playbook-copy-system-files-on-controller.yml index e43553d..1d08134 100644 --- a/ansible-practice/system/09-playbook-copy-system-files-on-controller.yml +++ b/ansible-practice/system/09-playbook-copy-system-files-on-controller.yml @@ -37,11 +37,11 @@ ansible.builtin.shell: | sudo cp -a /etc/hosts.allow {{ backup_etc_dir }}/ cp -a /etc/hosts.deny {{ backup_etc_dir }}/ - cp -a /etc/inetd.conf {{ backup_etc_dir }}/ - cp -a /etc/sudoers {{ backup_etc_dir }}/ - cp -a /etc/hosts {{ backup_etc_dir }}/ - cp -a /etc/fstab {{ backup_etc_dir }}/ - cp -a /etc/inittab {{ backup_etc_dir }}/ + cp -a /etc/inetd.conf {{ backup_etc_dir }}/ + cp -a /etc/sudoers {{ backup_etc_dir }}/ + cp -a /etc/hosts {{ backup_etc_dir }}/ + cp -a /etc/fstab {{ backup_etc_dir }}/ + cp -a /etc/inittab {{ backup_etc_dir }}/ exit 0 delegate_to: localhost run_once: true |
