Fix majority of remaining yamllint warnings and errors

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lerch
2024-11-27 13:48:08 +10:00
parent 1073f70bce
commit 89f6f1fc32
591 changed files with 1491 additions and 1168 deletions

View File

@@ -2,7 +2,7 @@
- name: Create /etc/pki/fedora-messaging
file:
dest: /etc/pki/fedora-messaging
mode: 0775
mode: "0775"
owner: root
group: root
state: directory
@@ -15,7 +15,7 @@
copy:
src: "{{ private }}/files/rabbitmq/{{ env }}/pki/ca.crt"
dest: /etc/pki/fedora-messaging/rabbitmq-ca.crt
mode: 0644
mode: "0644"
owner: root
group: root
tags:
@@ -27,7 +27,7 @@
copy:
src: "{{ private }}/files/rabbitmq/{{ env }}/pki/issued/logging{{ env_suffix }}.crt"
dest: /etc/pki/fedora-messaging/logging.crt
mode: 0644
mode: "0644"
owner: root
group: root
tags:
@@ -39,7 +39,7 @@
copy:
src: "{{ private }}/files/rabbitmq/{{ env }}/pki/private/logging{{ env_suffix }}.key"
dest: /etc/pki/fedora-messaging/logging.key
mode: 0640
mode: "0640"
owner: root
group: countme
tags:
@@ -53,7 +53,7 @@
dest: /etc/fedora-messaging/config.toml
owner: countme
group: countme
mode: 0660
mode: "0660"
tags:
- config
- logging