diff options
Diffstat (limited to 'ansible-practice/system/02-playbook-copy-bash-configs.yml')
| -rw-r--r-- | ansible-practice/system/02-playbook-copy-bash-configs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible-practice/system/02-playbook-copy-bash-configs.yml b/ansible-practice/system/02-playbook-copy-bash-configs.yml index adc1e4e..b2050b9 100644 --- a/ansible-practice/system/02-playbook-copy-bash-configs.yml +++ b/ansible-practice/system/02-playbook-copy-bash-configs.yml @@ -5,7 +5,7 @@ --- - name: "02 - custom ansible - copy bash config files w/ content" - hosts: all + hosts: dev # hosts: localhost # connection: local tasks: |
