eXist-db / existdb-ansible-role

Ansible role for eXist-db
GNU Lesser General Public License v2.1
11 stars 10 forks source link

minimize untrue ansible changed messages on re-run #19

Closed agh2342 closed 4 years ago

agh2342 commented 4 years ago

some file permissions will be altered later in the playbook. we now directly set the final file permissions to avoid 'changed' messages. some tasks should never be considered as 'changed' so we ignore their 'changed' state for now.