mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-25 12:30:19 +01:00
Add whitespace around the filter symbol
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
parent
32b892c3e3
commit
d3e3bdce5a
9 changed files with 24 additions and 25 deletions
|
@ -163,7 +163,6 @@
|
||||||
- ansible_facts['distribution'] == 'Ubuntu'
|
- ansible_facts['distribution'] == 'Ubuntu'
|
||||||
- ansible_facts['distribution_major_version'] | int >= 22
|
- ansible_facts['distribution_major_version'] | int >= 22
|
||||||
|
|
||||||
|
|
||||||
- name: Check content of second configuration file
|
- name: Check content of second configuration file
|
||||||
ansible.builtin.assert:
|
ansible.builtin.assert:
|
||||||
that:
|
that:
|
||||||
|
|
Loading…
Reference in a new issue