feat: execute role on any host
This commit is contained in:
parent
954caf8337
commit
e3ee50e7a4
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# execute this role
|
||||
- name: "upgrade alpine"
|
||||
hosts: "alpine"
|
||||
hosts: "all"
|
||||
become: true
|
||||
serial: 1
|
||||
tasks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue