mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 04:51:16 +08:00
fix typoed variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user