Skip to content

Commit

Permalink
Fix a become statement that was missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Nov 9, 2022
1 parent b1e78a5 commit 2a84f94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
update_cache: true
cache_valid_time: 600
when: ansible_os_family == 'Debian'
become: true

- name: Install dependencies.
ansible.builtin.apt:
Expand Down

0 comments on commit 2a84f94

Please sign in to comment.