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
hosts: all
remote_user: testuser
hosts: localhost
roles:
- role-one