mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
Merge branch 'master' of /git/ansible
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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user