mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Does this need quotes?
This commit is contained in:
@@ -33,14 +33,14 @@
|
||||
|
||||
- name: enable openvpn service for rhel 6
|
||||
service: name=openvpn state=running enabled=true
|
||||
when: ansible_distribution_major_version == 6
|
||||
when: ansible_distribution_major_version == '6'
|
||||
tags:
|
||||
- service
|
||||
- openvpn
|
||||
|
||||
- name: enable openvpn service for rhel 7
|
||||
service: name=openvpn@openvpn state=running enabled=true
|
||||
when: ansible_distribution_major_version == 7
|
||||
when: ansible_distribution_major_version == '7'
|
||||
tags:
|
||||
- service
|
||||
- openvpn
|
||||
|
||||
Reference in New Issue
Block a user