Trailing whitespace.

This commit is contained in:
Ralph Bean 2015-06-24 00:48:15 +00:00
parent ba07f8f7d6
commit e6ca3bfcbc

View file

@ -1,6 +1,6 @@
# This playbook syncs the production koji instance with staging and manages all
# the steps we need to keep our setup intact.
#
#
# For a description of what we're doing, see
# https://lists.fedoraproject.org/pipermail/infrastructure/2015-June/016377.html
# For a description of the koji 'secondary volumes' feature, see
@ -12,7 +12,7 @@
- name: grab the latest production backup
hosts: db-koji01.phx2.fedoraproject.org
user: root
vars_files:
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
@ -27,7 +27,7 @@
- name: sync config and sql migration script
hosts: koji-stg
user: root
vars_files:
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
@ -36,11 +36,11 @@
roles:
- koji_hub
- name: bring staging services down
hosts: koji-stg
user: root
vars_files:
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
@ -60,7 +60,7 @@
become_user: postgres
become_method: sudo
vars_files:
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
@ -86,7 +86,7 @@
- name: bring staging services up
hosts: koji-stg
user: root
vars_files:
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml