Commit 846b0cec authored by nanahira's avatar nanahira

update

parent 745a69a6
......@@ -61,6 +61,11 @@
update_cache: true
upgrade: dist
when: "ansible_distribution != 'CentOS'"
- name: fixup iptables with qemu
become: true
iptables:
chain: FORWARD
flush: true
- name: apt
become: true
apt:
......
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