Skip to content

Commit

Permalink
[FIX] Now installs htop !
Browse files Browse the repository at this point in the history
- Is now functionnal
- For it to work, we had to remove the 'lock' file in the path '/var/lib/dpkg' SOURCE: ansible/ansible#51663
- Now updates ansible machines
  • Loading branch information
JaavLex committed Sep 24, 2020
1 parent 0334eea commit 8ed221b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
- name: Install updates
apt:
update_cache: yes
# upgrade: 'yes'
# force_apt_get: yes
upgrade: 'yes'
force_apt_get: yes
become: yes
tags:
- update_sandbox
Expand Down

0 comments on commit 8ed221b

Please sign in to comment.