check-compose: fix issues flagged by ansible-lint
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
22f9b422f6
commit
22422c3050
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
# Restart handler for our fedora-messaging consumer
|
||||
- name: Conditionally restart check-compose consumer service
|
||||
command: /usr/local/bin/conditional-restart.sh fm-consumer@check-compose
|
||||
listen:
|
||||
listen:
|
||||
- restart check-compose
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
|
||||
- name: Check out check-compose
|
||||
git:
|
||||
repo: https://pagure.io/fedora-qa/check-compose.git
|
||||
repo: https://pagure.io/fedora-qa/check-compose.git # noqa 401
|
||||
dest: /root/check-compose
|
||||
register: gitcc
|
||||
|
||||
|
@ -144,8 +144,8 @@
|
|||
# need a separate identity for check-compose.
|
||||
- name: Deploy the Fedora infra fedora-messaging cert
|
||||
copy:
|
||||
src: "{{ private }}/files/rabbitmq/{{checkcompose_env}}/pki/issued/openqa{{checkcompose_env_suffix}}.crt"
|
||||
dest: /etc/pki/fedora-messaging/openqa{{checkcompose_env_suffix}}-cert.pem
|
||||
src: "{{ private }}/files/rabbitmq/{{ checkcompose_env }}/pki/issued/openqa{{ checkcompose_env_suffix }}.crt"
|
||||
dest: /etc/pki/fedora-messaging/openqa{{ checkcompose_env_suffix }}-cert.pem
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: root
|
||||
|
@ -159,8 +159,8 @@
|
|||
# line. This needs making cleaner somehow.
|
||||
- name: Deploy the Fedora infra fedora-messaging key
|
||||
copy:
|
||||
src: "{{ private }}/files/rabbitmq/{{checkcompose_env}}/pki/private/openqa{{checkcompose_env_suffix}}.key"
|
||||
dest: /etc/pki/fedora-messaging/openqa{{checkcompose_env_suffix}}-key.pem
|
||||
src: "{{ private }}/files/rabbitmq/{{ checkcompose_env }}/pki/private/openqa{{ checkcompose_env_suffix }}.key"
|
||||
dest: /etc/pki/fedora-messaging/openqa{{ checkcompose_env_suffix }}-key.pem
|
||||
mode: 0640
|
||||
owner: root
|
||||
group: geekotest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue