Skip to content

Commit

Permalink
fix: ignore systemd errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Jan 16, 2025
1 parent 2ec647c commit a63b9c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/bootstrap/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@

- name: install systemd-resolved
tags: resolved
ignore_errors: yes # some ubuntu hosts do not have the systemd-resolved package
ansible.builtin.apt:
install_recommends: no
cache_valid_time: 86400
Expand Down

0 comments on commit a63b9c5

Please sign in to comment.