Skip to content

Commit

Permalink
remove debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Sep 12, 2024
1 parent e7aeba9 commit 738739f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions roles/snakeoil/tasks/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
_valid_snakeoil_domain: "{{ snakeoil_domain | default('') | length != 0 }}"
_valid_snakeoil_dhparam: "{{ not snakeoil_dhparam | default('2048') | int <= 1024 }}"

- name: d
debug:
msg:
- "domain {{ _valid_snakeoil_domain }}"
- "dhparam {{ _valid_snakeoil_dhparam }}"

- name: validate variables
delegate_to: localhost
when:
Expand Down

0 comments on commit 738739f

Please sign in to comment.