Skip to content

Commit

Permalink
Fix conf
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Apr 6, 2022
1 parent 0020ebb commit 2e86bdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contextualization/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
changed_when: false

- name: Wait for any possibly running unattended upgrade to finish
raw: systemd-run --property="After=apt-daily.service apt-daily-upgrade.service" --wait /bin/true
raw: sudo systemd-run --property="After=apt-daily.service apt-daily-upgrade.service" --wait /bin/true
ignore_errors: yes
changed_when: false

Expand Down
2 changes: 1 addition & 1 deletion contextualization/conf-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
changed_when: false

- name: Wait for any possibly running unattended upgrade to finish
raw: systemd-run --property="After=apt-daily.service apt-daily-upgrade.service" --wait /bin/true
raw: sudo systemd-run --property="After=apt-daily.service apt-daily-upgrade.service" --wait /bin/true
ignore_errors: yes
changed_when: false

Expand Down

0 comments on commit 2e86bdd

Please sign in to comment.