diff options
author | 2024-08-27 18:08:11 +0100 | |
---|---|---|
committer | 2024-08-27 20:09:17 +0200 | |
commit | a5ce1affe99efbc0a9ef5ee39943039f338c48f7 (patch) | |
tree | b175d7b79c8e5766831274395fd4ec224e91b396 /ansible/local_testing | |
parent | Stop running pydis-users role on netcup hosts (diff) |
Remove documentation and tooling references to pydis-users role
Diffstat (limited to 'ansible/local_testing')
-rw-r--r-- | ansible/local_testing/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |