usersettings: Don't use sudo on macOS
This commit is contained in:
parent
36455b7f76
commit
5efc74ba96
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Common/Usersettings: Universial Dotfiles. Update regularly.
|
||||
|
||||
- name: Usersettings - Install required tools
|
||||
become: true
|
||||
become: "{{ ansible_facts['os_family'] != 'Darwin' }}"
|
||||
ignore_errors: true # just fail on systems without sudo access
|
||||
ansible.builtin.package:
|
||||
name: "{{ packages }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue