We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d50d82 commit e25ec73Copy full SHA for e25ec73
tests/tests_default.yml
@@ -3,8 +3,8 @@
3
hosts: all
4
vars:
5
__ssh_test_backup_files:
6
- - /etc/ssh_config.d/00-ansible.conf
7
- - /etc/ssh_config
+ - /etc/ssh/ssh_config.d/00-ansible.conf
+ - /etc/ssh/ssh_config
8
tasks:
9
- name: Backup configuration files
10
include_tasks: tasks/backup.yml
@@ -19,8 +19,8 @@
19
20
21
22
23
24
25
- name: Restore configuration files
26
include_tasks: tasks/restore.yml
0 commit comments