mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-24 12:00:19 +01:00
fix: Remove recursive loop created by symlink of entire role (#262)
This commit is contained in:
parent
9a3aa1adb9
commit
59ee0c9715
8 changed files with 7 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
../../
|
|
1
tests/roles/ansible-sshd/defaults
Symbolic link
1
tests/roles/ansible-sshd/defaults
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../../defaults
|
1
tests/roles/ansible-sshd/examples
Symbolic link
1
tests/roles/ansible-sshd/examples
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../../examples
|
1
tests/roles/ansible-sshd/handlers
Symbolic link
1
tests/roles/ansible-sshd/handlers
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../../handlers
|
1
tests/roles/ansible-sshd/meta
Symbolic link
1
tests/roles/ansible-sshd/meta
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../../meta
|
1
tests/roles/ansible-sshd/tasks
Symbolic link
1
tests/roles/ansible-sshd/tasks
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../../tasks
|
1
tests/roles/ansible-sshd/templates
Symbolic link
1
tests/roles/ansible-sshd/templates
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../../templates
|
1
tests/roles/ansible-sshd/vars
Symbolic link
1
tests/roles/ansible-sshd/vars
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../../vars
|
Loading…
Reference in a new issue