Fix majority of remaining yamllint warnings and errors
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
1073f70bce
commit
89f6f1fc32
591 changed files with 1491 additions and 1168 deletions
|
@ -197,7 +197,7 @@
|
|||
copy:
|
||||
src: sync-http-logs.py
|
||||
dest: /usr/local/bin/sync-http-logs.py
|
||||
mode: 0755
|
||||
mode: "0755"
|
||||
when: inventory_hostname.startswith('log01')
|
||||
tags:
|
||||
- web-data
|
||||
|
@ -241,7 +241,7 @@
|
|||
copy:
|
||||
src: sync-http-logs-and-merge.sh
|
||||
dest: /etc/cron.daily
|
||||
mode: 0755
|
||||
mode: "0755"
|
||||
tags:
|
||||
- web-data
|
||||
- cron
|
||||
|
|
|
@ -47,7 +47,7 @@ synced_hosts:
|
|||
- dl04.iad2.fedoraproject.org
|
||||
- dl05.iad2.fedoraproject.org
|
||||
- download-ib01.vpn.fedoraproject.org
|
||||
#- download-cc-rdu01.vpn.fedoraproject.org
|
||||
# - download-cc-rdu01.vpn.fedoraproject.org
|
||||
- sundries01.iad2.fedoraproject.org
|
||||
# - sundries02.iad2.fedoraproject.org
|
||||
# - sundries01.stg.iad2.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue