Skip to content

Commit

Permalink
Remove assertions of optional parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jul 8, 2020
1 parent 723f5b5 commit ab2c4d0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tasks/assert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,7 @@
- name: test if item of ca_requests with details is set correctly
assert:
that:
- item.name is defined
- item.name | length > 0
- item.passphrase is defined
- item.passphrase | length > 0
- item.cipher is defined
- item.cipher | length > 0
- item.cipher in ca_acceptable_ciphers
quiet: yes
loop: "{{ ca_requests }}"
when:
Expand Down

0 comments on commit ab2c4d0

Please sign in to comment.