mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
dont install vpn on control hosts
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
- rsyncd
|
||||
- sudo
|
||||
- { role: openvpn/client,
|
||||
when: env != "staging" }
|
||||
when: env != "staging" and 'os-control' not in group_names }
|
||||
|
||||
tasks:
|
||||
- name: put openshift 3.4 repo on os- systems
|
||||
|
||||
Reference in New Issue
Block a user