home nodes should be updated as well
This commit is contained in:
parent
1541a24467
commit
ae99eaef7b
|
@ -1,7 +1,14 @@
|
|||
---
|
||||
- name: Update packages on nodes
|
||||
- name: Update packages on cloud nodes
|
||||
hosts: cloud
|
||||
user: root
|
||||
|
||||
roles:
|
||||
- package-update
|
||||
|
||||
- name: Update packages on home nodes
|
||||
hosts: home
|
||||
user: root
|
||||
|
||||
roles:
|
||||
- package-update
|
||||
|
|
Loading…
Reference in New Issue