mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
check-compose: fix issues flagged by ansible-lint
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user