Commit 17519953 authored by nanahira's avatar nanahira

fix

parent b46ba257
......@@ -41,14 +41,6 @@
rm -rf /usr/local/cloudmonitor
args:
removes: /usr/local/cloudmonitor
- name: clean some Debian packages
become: true
apt:
name: qemu-guest-agent,ufw
state: absent
autoremove: yes
purge: yes
when: "ansible_os_family == 'Debian'"
- name: timezone
become: true
timezone:
......@@ -78,3 +70,11 @@
deb {{mirror_ubuntu}}/ubuntu/ {{ ansible_distribution_release }}-updates main restricted universe multiverse
dest: /etc/apt/sources.list
when: ansible_distribution == 'Ubuntu'
- name: clean some Debian packages
become: true
apt:
name: qemu-guest-agent,ufw
state: absent
autoremove: yes
purge: yes
when: "ansible_os_family == 'Debian'"
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