tests: Slurp the correct file when writing main config

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Jakub Jelen 2022-04-06 11:20:34 +02:00 committed by Jakub Jelen
parent 17bc0cbb1b
commit 57357b0be7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View 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