Skip to content

Commit

Permalink
fix: replace hard-coded step-cli by var (#315)
Browse files Browse the repository at this point in the history
Co-authored-by: Remo Geissbühler <[email protected]>
  • Loading branch information
remogeissbuehler and Remo Geissbühler authored Aug 11, 2023
1 parent da8a550 commit b23c9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/step_acme_cert/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
register: step_acme_cert_current_cert

- name: Check if certificate is valid
ansible.builtin.command: "step-cli certificate verify {{ step_acme_cert_certfile_full.path }}"
ansible.builtin.command: "{{ step_cli_executable }} certificate verify {{ step_acme_cert_certfile_full.path }}"
changed_when: no
check_mode: no
ignore_errors: true
Expand Down

0 comments on commit b23c9c4

Please sign in to comment.