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:
@@ -15,6 +15,7 @@
|
||||
- name: "Install dependencies"
|
||||
tags:
|
||||
- install
|
||||
become: "{{ install_with_root }}"
|
||||
when: env_develop_pkgs
|
||||
ansible.builtin.package:
|
||||
name: "{{ env_develop_pkgs }}"
|
||||
|
||||
Reference in New Issue
Block a user