Skip to content

Commit

Permalink
Add become to install package
Browse files Browse the repository at this point in the history
  • Loading branch information
staticdev committed Jun 18, 2023
1 parent e66181b commit 8de403b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion current-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.4
2.0.5
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
ansible.builtin.package:
name: firefox
state: present
become: true

- name: Configure profiles
ansible.builtin.include_tasks: configure_profile.yml
Expand Down

0 comments on commit 8de403b

Please sign in to comment.