Death to all trailing whitespace.

This commit is contained in:
Kevin Fenzi 2016-08-08 19:36:31 +00:00
parent fd129648ae
commit 04a52b8667
131 changed files with 311 additions and 311 deletions

View file

@ -7,7 +7,7 @@
hosts: "{{ proxies }}"
user: root
serial: 1
vars_files:
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
@ -48,7 +48,7 @@
- name: Push our changes back
local_action: command git push chdir={{tmp.stdout}}
when: nodns is not defined or not "true" in nodns
- name: Destroy our temporary clone of /git/dns/ in /var/tmp/dns-checkout....
local_action: file dest={{tmp.stdout}} state=absent
when: nodns is not defined or not "true" in nodns