mirror of
https://github.com/willshersystems/ansible-sshd
synced 2025-01-11 01:30:18 +01:00
tests: Slurp the correct file when writing main config
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
parent
17bc0cbb1b
commit
57357b0be7
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@
|
|||
|
||||
- name: Print the main configuration file
|
||||
slurp:
|
||||
src: "{{ main_sshd_config }}"
|
||||
src: /etc/ssh/sshd_config
|
||||
register: config3
|
||||
|
||||
- name: Check content of first configuration file
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
|
||||
- name: Print the main configuration file
|
||||
slurp:
|
||||
src: "{{ main_sshd_config }}"
|
||||
src: /etc/ssh/sshd_config
|
||||
register: config3
|
||||
|
||||
- name: Check content of first configuration file
|
||||
|
|
Loading…
Reference in a new issue