Skip to content

Commit

Permalink
Update check_variables.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrevillard authored Sep 21, 2021
1 parent 6373492 commit 0b90b55
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions roles/compliance-checks/tasks/check_variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
# msg: "Variable delete_previous_k8s_install is set to {{ delete_previous_k8s_install }} ! Supported values are : True, False"
# when: (delete_previous_k8s_install | string) not in ['True','False']

- name: test
debug:
msg: "lolilol {{ agorakube_base_components.kubernetes.release }}"


- name: check rotate certificates
fail:
msg: "Rotate certificates {{ agorakube_pki.management.rotate_certificats }} is not supported ! Supported values are : true, false"
Expand Down

0 comments on commit 0b90b55

Please sign in to comment.