diff options
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/.gitattributes | 1 | ||||
-rw-r--r-- | ansible/local_testing/README.md | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/ansible/.gitattributes b/ansible/.gitattributes index 2de2176..6313b56 100644 --- a/ansible/.gitattributes +++ b/ansible/.gitattributes @@ -1,2 +1 @@ * text=auto eol=lf -roles/pydis-users/vars/main.yml diff=ansible-vault merge=binary diff --git a/ansible/local_testing/README.md b/ansible/local_testing/README.md index 2011dab..a9d19c5 100644 --- a/ansible/local_testing/README.md +++ b/ansible/local_testing/README.md @@ -63,7 +63,7 @@ vms: ### Ansible cannot decrypt the files encrypted with ansible vault. -* The `ansible/roles/certbot/vars/main.yaml` and `ansible/roles/pydis-users/vars/main.yaml` files have been encrypted with ansible vault due to their sensitive content. +* Various files in roles have been encrypted with ansible vault due to their sensitive content. * If you lack access to the vault, you're going to have to either define your own variables or exclude the appropriate roles. |