Merge branch 'master' of ssh://pagure.io/fedora-infra/ansible

This commit is contained in:
Mark O'Brien
2020-09-16 10:49:40 +01:00

View File

@@ -38,7 +38,7 @@
flat: yes
- name: bring staging services down
hosts: "{{ server or batcave }}"
hosts: "{{ server or 'batcave' }}"
user: root
any_errors_fatal: false
vars_files:
@@ -81,7 +81,7 @@
shell: cat /var/tmp/{{ db }}.dump | psql {{ db }}
- name: bring staging services up
hosts: "{{ server or batcave }}"
hosts: "{{ server or 'batcave' }}"
user: root
any_errors_fatal: false
vars_files: