mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 02:50:18 +01:00
Fix tests
This commit is contained in:
parent
221a801260
commit
7866c6bc29
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@
|
|||
name: ansible-sshd
|
||||
public: true
|
||||
|
||||
- name: Convert exported variable to fact so that it is available in next plays
|
||||
set_fact:
|
||||
__sshd_config_file: "{{ __sshd_config_file }}"
|
||||
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Get config1 stat
|
||||
|
|
Loading…
Reference in a new issue