Use config_template as a collection
Since we still use ceph-ansible that has their own implementation of config_template module it's worth to use mentioned module as a collection explicitly. Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/819814 Change-Id: I895d7342cea3c7c74732138a87d0b1aee61c2345
This commit is contained in:
1 changed files with 2 additions and 2 deletions
@@ -16,7 +16,7 @@
# limitations under the License.
- name:Drop cloudkitty Config(s)
config_template:
openstack.config_template.config_template:
src:"{{ item.src }}"
dest:"{{ item.dest }}"
owner:"{{ cloudkitty_system_user_name }}"
@@ -44,7 +44,7 @@
- cloudkitty-config
- name:Implement policy.yaml if there are overrides configured
config_template:
openstack.config_template.config_template:
dest:"/etc/cloudkitty/policy.yaml"
content:"{{ cloudkitty_policy_overrides }}"
owner:"{{ cloudkitty_system_user_name }}"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.