diff --git a/tasks/update/Debian.yml b/tasks/update/Debian.yml index aa84c59..826fd53 100644 --- a/tasks/update/Debian.yml +++ b/tasks/update/Debian.yml @@ -1,9 +1,10 @@ +- name: Update apt cache + apt: + update_cache: yes - name: install aptitude apt: name=aptitude state=latest -- name: update all +- name: Upgrade all apt: upgrade: dist - update_cache: yes autoclean: yes autoremove: yes - cache_valid_time: 86400 #One day diff --git a/tasks/update/Kali_GNU_Linux.yml b/tasks/update/Kali_GNU_Linux.yml deleted file mode 100644 index aa84c59..0000000 --- a/tasks/update/Kali_GNU_Linux.yml +++ /dev/null @@ -1,9 +0,0 @@ -- name: install aptitude - apt: name=aptitude state=latest -- name: update all - apt: - upgrade: dist - update_cache: yes - autoclean: yes - autoremove: yes - cache_valid_time: 86400 #One day diff --git a/tasks/update/Kali_GNU_Linux.yml b/tasks/update/Kali_GNU_Linux.yml new file mode 120000 index 0000000..4e197bc --- /dev/null +++ b/tasks/update/Kali_GNU_Linux.yml @@ -0,0 +1 @@ +Debian.yml \ No newline at end of file