Execute only on localhost

This commit is contained in:
swapnil 2022-03-25 09:04:24 +05:30
parent a7e3c25f2d
commit 4bc537131b
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
--- ---
- name: Apply role-one to all nodes - name: Apply role-one to all nodes
hosts: all hosts: localhost
remote_user: testuser
roles: roles:
- role-one - role-one