Fixed dest typo in config_template

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/846145
Change-Id: I986113491800f9432ebcc8ea82b8f4362671c5d2
This commit is contained in:
Danny Nelhams 2022-06-15 15:05:10 +01:00 committed by Dmitriy Rabotyagov
parent 4c4c70a376
commit 719280a83e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
- name: Implement policy.yaml
openstack.config_template.config_template:
destination: "{{ magnum_etc_directory }}/policy.yaml"
dest: "{{ magnum_etc_directory }}/policy.yaml"
content: "{{ magnum_policy_overrides }}"
owner: "{{ magnum_system_user_name }}"
group: "{{ magnum_system_group_name }}"