Skip to content

Commit e25ec73

Browse files
committed
tests: Fix backup paths in tests_default
The other tests have that right.
1 parent 2d50d82 commit e25ec73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/tests_default.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
hosts: all
44
vars:
55
__ssh_test_backup_files:
6-
- /etc/ssh_config.d/00-ansible.conf
7-
- /etc/ssh_config
6+
- /etc/ssh/ssh_config.d/00-ansible.conf
7+
- /etc/ssh/ssh_config
88
tasks:
99
- name: Backup configuration files
1010
include_tasks: tasks/backup.yml
@@ -19,8 +19,8 @@
1919
hosts: all
2020
vars:
2121
__ssh_test_backup_files:
22-
- /etc/ssh_config.d/00-ansible.conf
23-
- /etc/ssh_config
22+
- /etc/ssh/ssh_config.d/00-ansible.conf
23+
- /etc/ssh/ssh_config
2424
tasks:
2525
- name: Restore configuration files
2626
include_tasks: tasks/restore.yml

0 commit comments

Comments
 (0)