From 2a9ac4c0f0d39889e3ad53c443b805579045b61a Mon Sep 17 00:00:00 2001 From: Disco DeDisco Date: Tue, 17 Feb 2026 17:48:09 -0500 Subject: [PATCH] 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 --- infra/deploy-playbook.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/deploy-playbook.yaml b/infra/deploy-playbook.yaml index 14ce063..6e5e0d6 100644 --- a/infra/deploy-playbook.yaml +++ b/infra/deploy-playbook.yaml @@ -104,6 +104,7 @@ ansible.builtin.template: src: gamearray.env.j2 dest: /opt/gamearray/gamearray.env + owner: "{{ ansible_user }}" mode: "0600" become: true