diff options
Diffstat (limited to 'ansible-practice/09-playbook-remove-files-with-wildcard.yml')
| -rw-r--r-- | ansible-practice/09-playbook-remove-files-with-wildcard.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible-practice/09-playbook-remove-files-with-wildcard.yml b/ansible-practice/09-playbook-remove-files-with-wildcard.yml index 046d18d..6445168 100644 --- a/ansible-practice/09-playbook-remove-files-with-wildcard.yml +++ b/ansible-practice/09-playbook-remove-files-with-wildcard.yml @@ -4,7 +4,7 @@ --- - name: "09 - Playing with Ansible - remove a multiple files with globbing" -# hosts: all +# hosts: dev hosts: localhost connection: local tasks: |
