Skip to content

Commit

Permalink
Include no-log logic to prevent password exposure
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Jackson committed Dec 14, 2023
1 parent 7c724df commit 1ad4563
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
- name: Inject secrets
no_log: '{{ override_no_log | default(True) }}'
ansible.builtin.include_tasks: inject_k8s_secret.yml
loop: '{{ kubernetes_secret_objects }}'

0 comments on commit 1ad4563

Please sign in to comment.