Fix playbook obfs4-openvpn-server syntax

This commit is contained in:
Denis-Cosmin Nutiu 2019-04-12 00:15:48 +03:00
parent 141715aa0d
commit 379459e3d9

View file

@ -2,7 +2,6 @@
gather_facts: yes
become_user: root
tasks:
tasks:
- name: Install python 2
raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
- name: Download OpenVPN install script.