Merge branch 'master' of /git/ansible
This commit is contained in:
commit
28b4ff6ee8
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
with_items:
|
||||
- openvpn
|
||||
tags:
|
||||
- openvpn
|
||||
- packages
|
||||
when: ansible_distribution_major_version|int < 8
|
||||
|
||||
|
@ -14,6 +15,7 @@
|
|||
with_items:
|
||||
- openvpn
|
||||
tags:
|
||||
- openvpn
|
||||
- packages
|
||||
when: ansible_distribution_major_version|int > 7 and ansible_cmdline.ostree is not defined
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue