Cleanup
This commit is contained in:
parent
ef891ced42
commit
b1e3ab1308
|
@ -22,4 +22,4 @@
|
||||||
- port: 587 # Email
|
- port: 587 # Email
|
||||||
- port: 993 # Email
|
- port: 993 # Email
|
||||||
- port: 19022 # SSH
|
- port: 19022 # SSH
|
||||||
when: inventory_hostname in groups['virtual']
|
when: hostname in groups['virtual']
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
# vim: ft=yaml.ansible
|
|
||||||
# code: language=ansible
|
|
||||||
---
|
|
||||||
- name: update and upgrade system via apt
|
|
||||||
apt:
|
|
||||||
update_cache: yes
|
|
||||||
upgrade: full
|
|
Loading…
Reference in a new issue