diff options
author | 2024-06-02 16:48:03 +0100 | |
---|---|---|
committer | 2024-06-02 16:48:03 +0100 | |
commit | 3ee14ce10ca612fbfed5f59cb53e88c2e24776e4 (patch) | |
tree | b5e7f4032fcf13af2fcede17db8e12bb069f8d2f | |
parent | Update Metabase configuration secret (diff) |
Force line-endings to LF in Ansible gitattributes
-rw-r--r-- | ansible/.gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/.gitattributes b/ansible/.gitattributes index 19871e3..2de2176 100644 --- a/ansible/.gitattributes +++ b/ansible/.gitattributes @@ -1,2 +1,2 @@ -* text=auto +* text=auto eol=lf roles/pydis-users/vars/main.yml diff=ansible-vault merge=binary |