Execute only on localhost
This commit is contained in:
parent
a7e3c25f2d
commit
4bc537131b
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
|
||||
- name: Apply role-one to all nodes
|
||||
hosts: all
|
||||
remote_user: testuser
|
||||
hosts: localhost
|
||||
roles:
|
||||
- role-one
|
||||
|
|
Loading…
Reference in New Issue
Block a user