Overcloud deployed with collectd-container-ansible.yaml After collectd container was started collectd.log file shows the following error: [2022-11-15 15:53:19] exec plugin: Unable to parse command, ignoring line: "Failed to parse config file: open /etc/collectd-sensubility.conf: permission denied" It looks like the code is trying to set /etc/ to 750, but the config file itself is 644 https://github.com/openstack/tripleo-ansible/blob/master/tripleo_ansible/roles/tripleo_collectd/tasks/configure_collectd.yml#L179