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,6 +1,14 @@
|
||||
- name: Ensure dir
|
||||
tags:
|
||||
- config
|
||||
ansible.builtin.file:
|
||||
path: "{{ context.path }}"
|
||||
state: directory
|
||||
owner: "{{ username }}"
|
||||
mode: "700"
|
||||
|
||||
- name: Setup context env
|
||||
tags:
|
||||
- git
|
||||
- config
|
||||
ansible.builtin.template:
|
||||
src: "../templates/envrc.context.j2"
|
||||
|
||||
Reference in New Issue
Block a user