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