refactor: do not log usage of secrets

This commit is contained in:
Price Hiller 2023-01-20 15:20:47 -06:00
parent 8a180e1230
commit 1489e6f945

View File

@ -86,6 +86,7 @@
cmd: htpasswd -Bic registry.password '{{ registry_login_user }}' <<< '{{ docker_registry_password }}'
executable: /bin/bash
chdir: "/home/{{ registry_system_user }}/docker-registry/auth"
no_log: true
changed_when: false
- name: Set Permissions For Registry Password File