mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 16:28:03 +00:00
Fix issue #13. Allows upgrade to work without aptitude installed
This commit is contained in:
parent
2944b539ae
commit
25cc5cffbb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
- name: Upgrade all packages
|
||||
apt:
|
||||
name: "*"
|
||||
upgrade: true
|
||||
state: latest
|
||||
when: keep_packages_updated == true
|
||||
|
||||
|
|
Loading…
Reference in a new issue