diff --git a/tasks/update/Debian.yml b/tasks/update/Debian.yml index 9e38e91..aa84c59 100644 --- a/tasks/update/Debian.yml +++ b/tasks/update/Debian.yml @@ -2,7 +2,7 @@ apt: name=aptitude state=latest - name: update all apt: - upgrade: yes + upgrade: dist update_cache: yes autoclean: yes autoremove: yes diff --git a/tasks/update/Solaris.yml b/tasks/update/Solaris.yml new file mode 100644 index 0000000..17fd8ed --- /dev/null +++ b/tasks/update/Solaris.yml @@ -0,0 +1,3 @@ +- name: update solaris + debug: + msg: Not implemented yet