Skip to content

Commit

Permalink
Add ansible-lint exception
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Feb 21, 2024
1 parent 169046f commit 3f903bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/containers/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
- name: Create secrets
no_log: true
ansible.builtin.set_fact:
ansible.builtin.set_fact: # noqa: var-naming[no-jinja]
"{{ item }}": "{{ lookup('community.general.random_string', base64=True, length=64) }}"
when: lookup('vars', item) == ""
loop:
Expand Down

0 comments on commit 3f903bb

Please sign in to comment.