mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
run as user fixes
This commit is contained in:
1
playbooks/roles/software_zsh/defaults/main.yml
Normal file
1
playbooks/roles/software_zsh/defaults/main.yml
Normal file
@@ -0,0 +1 @@
|
||||
install_with_root: true
|
||||
@@ -2,6 +2,7 @@
|
||||
- name: Install core dependencies
|
||||
tags:
|
||||
- install
|
||||
become: "{{ install_with_root }}"
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- zsh
|
||||
|
||||
Reference in New Issue
Block a user