renormalized to LF end of line sequences for all files for CD compatibility; created .gitattributes @ project root to manage it; defined {{ ansible_user }} more explicitly in the ansible playbook
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Disco DeDisco
2026-02-17 17:48:09 -05:00
parent 510874b87c
commit 2a9ac4c0f0

View File

@@ -104,6 +104,7 @@
ansible.builtin.template:
src: gamearray.env.j2
dest: /opt/gamearray/gamearray.env
owner: "{{ ansible_user }}"
mode: "0600"
become: true