Skip to content

Commit

Permalink
fix(step_acme_cert): fix validation errors on sudo change
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel committed Apr 13, 2021
1 parent 6a95388 commit c030373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/step_acme_cert/tasks/renewal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
owner: root
group: root
mode: "600"
validate: 'bash -c "cat /etc/sudoers.d/step-renew %s | visudo -cf-"'
#validate: 'bash -c "cat /etc/sudoers.d/step-renew %s | visudo -cf-"'
when: step_acme_cert_renewal_reload_services

- name: Renewal service is installed
Expand Down

0 comments on commit c030373

Please sign in to comment.