Ensure packages are installed as newhost
This commit is contained in:
parent
edcf14a78c
commit
dd4825a30a
|
@ -10,7 +10,7 @@
|
|||
- ethtool
|
||||
- jq
|
||||
state: latest
|
||||
when: bootstrap is defined and bootstrap
|
||||
when: newhost is defined and newhost
|
||||
|
||||
- name: install pvc node daemon configuration
|
||||
template:
|
||||
|
@ -61,4 +61,4 @@
|
|||
enabled: yes
|
||||
with_items:
|
||||
- pvcnoded
|
||||
when: bootstrap is not defined or not bootstrap
|
||||
when: newhost is defined and newhost
|
||||
|
|
Loading…
Reference in New Issue