Merge branch 'master' of /git/ansible

This commit is contained in:
Stephen Smoogen 2017-08-22 22:51:59 +00:00
commit 28b4ff6ee8
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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