Update playbooks/update-packages.yml
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
- name: Update cache
|
||||
apt:
|
||||
update_cache: yes
|
||||
when: ansible_distribution == 'Debian'
|
||||
when:
|
||||
- ansible_distribution == 'Debian'
|
||||
- ansible_distribution == 'Ubuntu'
|
||||
- name: Upgrade packages
|
||||
apt:
|
||||
name: "*"
|
||||
|
||||
Reference in New Issue
Block a user