diff options
Diffstat (limited to 'ansible-practice/system/03-playbook-print-gateway.yml')
| -rw-r--r-- | ansible-practice/system/03-playbook-print-gateway.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible-practice/system/03-playbook-print-gateway.yml b/ansible-practice/system/03-playbook-print-gateway.yml index 7fd2277..48fcb90 100644 --- a/ansible-practice/system/03-playbook-print-gateway.yml +++ b/ansible-practice/system/03-playbook-print-gateway.yml @@ -6,7 +6,7 @@ --- - name: "03 - display some per host info" - hosts: all + hosts: dev # hosts: localhost # connection: local tasks: |
