Commit b760534b authored by nanahira's avatar nanahira

fix

parent 6f5a8820
......@@ -26,6 +26,12 @@
apt:
update_cache: true
name: ocserv,apache2-utils
- name: stop ocserv
become: true
service:
name: ocserv
state: stopped
enabled: false
- name: upgrade pip
become: true
pip:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment