[mailman3] Fix the yamllint errors
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
319bc2204a
commit
ae8efd0dd4
1 changed files with 6 additions and 6 deletions
|
@ -73,11 +73,11 @@
|
|||
|
||||
- name: Deploy mailman/rabbitmq certificate
|
||||
ansible.builtin.copy:
|
||||
src: {{ item.src }}
|
||||
dest: "/etc/pki/rabbitmq/mailman/{{ item.dest }}"
|
||||
src: {{item.src}}
|
||||
dest: "/etc/pki/rabbitmq/mailman/{{item.dest}}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: {{ item.mode }}
|
||||
mode: {{item.mode}}
|
||||
when: env == 'staging'
|
||||
with_items:
|
||||
- src: "{{private}}/files/rabbitmq/staging/pki/issued/mailman3-fedmsg-plugin.stg.crt"
|
||||
|
@ -95,11 +95,11 @@
|
|||
|
||||
- name: Deploy mailman/rabbitmq certificate
|
||||
ansible.builtin.copy:
|
||||
src: {{ item.src }}
|
||||
dest: "/etc/pki/rabbitmq/mailman/{{ item.dest }}"
|
||||
src: {{item.src}}
|
||||
dest: "/etc/pki/rabbitmq/mailman/{{item.dest}}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: {{ item.mode }}
|
||||
mode: {{item.mode}}
|
||||
when: env != 'staging'
|
||||
with_items:
|
||||
- src: "{{private}}/files/rabbitmq/production/pki/issued/mailman3-fedmsg-plugin.crt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue