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

@@ -1,3 +1,4 @@
---
- template: >
src=docs-sync.j2 dest=/usr/local/bin/docs-sync
owner=root group=root mode=0755

View File

@@ -1,3 +1,4 @@
---
- copy: >
src=docs-rsync.stg dest=/usr/local/bin/docs-rsync
owner=root group=root mode=0755

View File

@@ -54,7 +54,7 @@
dest: ~_update_docs_trans/.ssh/config
owner: _update_docs_trans
group: _update_docs_trans
mode: 0644
mode: "0644"
tags:
- fedora-docs-translation
@@ -63,7 +63,7 @@
dest: /usr/local/bin/docs-translation-update
owner: root
group: root
mode: 0755
mode: "0755"
tags:
- fedora-docs-translation
@@ -72,7 +72,7 @@
dest: /etc/cron.d/cron-docs-translation-update
owner: root
group: root
mode: 0644
mode: "0644"
tags:
- fedora-docs-translation
when: env == "production" and inventory_hostname.startswith('sundries01')