evomaintenance: variable to force the configuration (default: True)

This commit is contained in:
Jérémy Lecour 2018-09-25 12:07:41 +02:00 committed by Jérémy Lecour
parent 0b6956db46
commit 647eda6d9b
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@ evolinux_internal_fqdn: "{{ evolinux_internal_hostname }}.{{ evolinux_intern
#################################
evomaintenance_install_vendor: False
evomaintenance_force_config: True
evomaintenance_hostname: "{{ evolinux_internal_fqdn }}"

View file

@ -13,6 +13,7 @@
owner: root
group: root
mode: "0600"
force: "{{ evomaintenance_force_config | bool }}"
tags:
- evomaintenance