Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcharl committed Aug 19, 2023
1 parent 4c0998f commit fc0058f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/tsig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
become: yes

- name: Idm | create tsig key
ansible.builtin.command: tsig-keygen -a hmac-sha512 acme-update
ansible.builtin.shell: tsig-keygen -a hmac-sha512 acme-update # noqa: command-instead-of-shell
register: tsig_key_entry
when: tsig_key_present.matched == 0
become: yes
Expand Down

0 comments on commit fc0058f

Please sign in to comment.