Commit 06e13703 authored by nanahira's avatar nanahira

remove ufw by default

parent e1c2bc16
......@@ -41,10 +41,10 @@
rm -rf /usr/local/cloudmonitor
args:
removes: /usr/local/cloudmonitor
- name: clean qemu
- name: clean some Debian packages
become: true
apt:
name: qemu-guest-agent
name: qemu-guest-agent,ufw
state: absent
autoremove: yes
purge: yes
......
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