diff options
Diffstat (limited to 'ansible-practice/05-playbook-add-content-to-created-file.yml')
| -rw-r--r-- | ansible-practice/05-playbook-add-content-to-created-file.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible-practice/05-playbook-add-content-to-created-file.yml b/ansible-practice/05-playbook-add-content-to-created-file.yml index f8d859c..60b1c05 100644 --- a/ansible-practice/05-playbook-add-content-to-created-file.yml +++ b/ansible-practice/05-playbook-add-content-to-created-file.yml @@ -3,7 +3,7 @@ --- - name: "05 - Playing with Ansible - creating a file w/ content" -# hosts: all +# hosts: dev hosts: localhost connection: local tasks: |
