Define coherent safe default for package state
Instead of overriding this value everywhere, it's easier to define it from the start to the value we want. In this case, we want to define it to "present", while still being overridable. Change-Id: I81e4fe25b2871600cac30476d021402deb359ae7
This commit is contained in:
parent
f26fbe4c6a
commit
4d819ed0b6
@ -30,7 +30,7 @@ openstack_host_sysstat_statistics_hour: 23
|
||||
|
||||
# Set the package install state for distribution packages
|
||||
# Options are 'present' and 'latest'
|
||||
openstack_hosts_package_state: "latest"
|
||||
openstack_hosts_package_state: "{{ package_state | default('present') }}"
|
||||
|
||||
## Enable/disable /etc/hosts file management on OSA managed hosts
|
||||
## You should make other arrangements for name resolution
|
||||
|
Loading…
Reference in New Issue
Block a user