Skip to content

Commit a75767e

Browse files
committed
always run k-c-c, even in check mode
the command doesn't alter the system and executing it allows to see if the certs are valid w/o risking any changes to the system
1 parent dd8fc7c commit a75767e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/certificate_checks/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
- "-b"
1919
- "{{ certificate_checks_ca }}"
2020
changed_when: false
21+
check_mode: false

0 commit comments

Comments
 (0)