When Ansible is run with --diff argument, config_template was reporting changed state even when nothing was actually changed on disk. This was caused by overly broad check, which removed empty dictionaries or lists from the resulting data, which was evalueated by --diff. At the same time running without --diff was successful and was not reporting changes. Change-Id: Ibc777492c0ebcfc321db94424846d9d757a89e94 Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
OpenStack-Ansible config_template
This module is an ansible plugin that extends regular template functionality with the ability to override items in config, in transit, through the use of a simple dictionary without having to write out various temp files on target machines.
Please, use ansible-galaxy to install the collection, more details in documentation: https://docs.openstack.org/ansible-config_template/latest/
More infromation about the project
- Documentation for the project can be found at:
- Release notes for the project can be found at:
-
https://docs.openstack.org/releasenotes/ansible-config_template/
- The project source code repository is located at:
- The project home is at:
- The project bug tracker is located at:
Description
Languages
Python
100%