Fix indentation
This commit is contained in:
parent
27910ddaef
commit
a7e6225b8f
1 changed files with 7 additions and 7 deletions
|
@ -9,13 +9,13 @@
|
||||||
- packages
|
- packages
|
||||||
when: ansible_distribution_major_version|int < 22
|
when: ansible_distribution_major_version|int < 22
|
||||||
|
|
||||||
- name: Install needed package (dnf)
|
- name: Install needed package (dnf)
|
||||||
dnf: pkg={{ item }} state=present
|
dnf: pkg={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- openvpn
|
- openvpn
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
when: ansible_distribution_major_version|int > 22
|
when: ansible_distribution_major_version|int > 22
|
||||||
|
|
||||||
- name: Install certificate and key
|
- name: Install certificate and key
|
||||||
copy: src={{ private }}/files/vpn/openvpn/keys/ca.crt
|
copy: src={{ private }}/files/vpn/openvpn/keys/ca.crt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue