fix typoed variable
This commit is contained in:
parent
7c811e0160
commit
42b410026e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
- sudo
|
- sudo
|
||||||
- rsyncd
|
- rsyncd
|
||||||
- { role: mirrormanager/mirrorlist_proxy,
|
- { role: mirrormanager/mirrorlist_proxy,
|
||||||
when: env == "staging" or short_hostname == "proxy02" }
|
when: env == "staging" or ansible_hostname == "proxy02" }
|
||||||
- { role: openvpn/client,
|
- { role: openvpn/client,
|
||||||
when: env != "staging" }
|
when: env != "staging" }
|
||||||
- apache
|
- apache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue