run as user fixes

This commit is contained in:
Morten Olsen
2024-10-09 12:27:02 +02:00
parent 034994e398
commit f62c1d7d25
16 changed files with 38 additions and 55 deletions

View File

@@ -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"