Skip to content

Commit

Permalink
remove rsyslog_remote_* asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
tazend committed Jun 3, 2024
1 parent 85db6a8 commit f7cc57f
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions tasks/assert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,6 @@
- rsyslog_preservefqdn is boolean
quiet: true

- name: assert | Test rsyslog_remote_selector
ansible.builtin.assert:
that:
- rsyslog_remote_selector is defined
- rsyslog_remote_selector is string
- rsyslog_remote_selector is not none
quiet: true

- name: assert | Test rsyslog_remote_port
ansible.builtin.assert:
that:
- rsyslog_remote_port is defined
- rsyslog_remote_port is number
- rsyslog_remote_port > 0
- rsyslog_remote_port < 65536
quiet: true

- name: assert | Test rsyslog_dircreatemode
ansible.builtin.assert:
that:
Expand Down

0 comments on commit f7cc57f

Please sign in to comment.