Fix indentation

This commit is contained in:
Pierre-Yves Chibon 2015-11-17 15:27:42 +01:00
parent 27910ddaef
commit a7e6225b8f

View file

@ -9,13 +9,13 @@
- packages
when: ansible_distribution_major_version|int < 22
- name: Install needed package (dnf)
dnf: pkg={{ item }} state=present
with_items:
- openvpn
tags:
- packages
when: ansible_distribution_major_version|int > 22
- name: Install needed package (dnf)
dnf: pkg={{ item }} state=present
with_items:
- openvpn
tags:
- packages
when: ansible_distribution_major_version|int > 22
- name: Install certificate and key
copy: src={{ private }}/files/vpn/openvpn/keys/ca.crt