Open adamretter opened 1 year ago
Means "leave this disabled unless you know what you are doing"
all existconfxml* settings will actually be ignored unless exist_confxml_from_template: yes is set.
yes
So the documentation is incorrect. I will send a Pull Request to fix this...
The
README.md
for this project states:Additionally the
defaults/main.yml
file states:However, it appears that this option has been set to
yes
in certain production systems that we have inherited. So I am wondering of the documentation is out of date, or that this should not actually be used in a production system?Additionally if I search through this Ansible code, it appears to me that all
exist_confxml_
* settings will actually be ignored unlessexist_confxml_from_template: yes
is set. Is that the case?