fix typoed variable

This commit is contained in:
Kevin Fenzi 2017-02-08 20:31:22 +00:00
parent 7c811e0160
commit 42b410026e

View file

@ -20,7 +20,7 @@
- sudo
- rsyncd
- { role: mirrormanager/mirrorlist_proxy,
when: env == "staging" or short_hostname == "proxy02" }
when: env == "staging" or ansible_hostname == "proxy02" }
- { role: openvpn/client,
when: env != "staging" }
- apache