Skip to content

Commit

Permalink
misc. fix ansible-lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Oct 3, 2023
1 parent 853405d commit 300b0bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/ssl_auth_sasl/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
dest: /tmp/
owner: root
group: root
mode: 0077
mode: "0077"

- name: "Generate required SSL artifacts."
ansible.builtin.command: "/tmp/generate_keys_and_certs.sh"
Expand Down
2 changes: 1 addition & 1 deletion molecule/ssl_no_auth/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
dest: /tmp/
owner: root
group: root
mode: 0077
mode: "0077"

- name: "Generate required SSL artefacts."
ansible.builtin.command: "/tmp/generate_keys_and_certs.sh"
Expand Down

0 comments on commit 300b0bc

Please sign in to comment.