Skip to content

Commit

Permalink
removes the apt waiter
Browse files Browse the repository at this point in the history
should be resolved with the [default apt lock_timeout][1]

[1]: ansible/ansible#74095
  • Loading branch information
wookietreiber committed Oct 11, 2023
1 parent ee72125 commit af60262
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tasks/deps-debian.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
---

# https://github.com/ansible/ansible/issues/25414#issuecomment-440549135
- name: wait for any possibly running unattended upgrade to finish
ansible.builtin.command: >-
systemd-run
--property="After=apt-daily.service apt-daily-upgrade.service"
--wait /bin/true
changed_when: no

- name: 'install lmod dependencies {{ __lmod_dependencies }}'
ansible.builtin.apt:
name: '{{ __lmod_dependencies | join(",") }}'
Expand Down

0 comments on commit af60262

Please sign in to comment.