mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Fix majority of remaining yamllint warnings and errors
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
- template: >
|
||||
src=docs-sync.j2 dest=/usr/local/bin/docs-sync
|
||||
owner=root group=root mode=0755
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
- copy: >
|
||||
src=docs-rsync.stg dest=/usr/local/bin/docs-rsync
|
||||
owner=root group=root mode=0755
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user