From 2068a0d9806ee52f8eb92c6904cb9caff9304b11 Mon Sep 17 00:00:00 2001 From: Matt Willsher Date: Sun, 15 Oct 2023 15:25:38 +0100 Subject: [PATCH] fix: Remove recursive loop created by symlink of entire role --- tests/roles/ansible-sshd | 1 - tests/roles/ansible-sshd/defaults | 1 + tests/roles/ansible-sshd/examples | 1 + tests/roles/ansible-sshd/handlers | 1 + tests/roles/ansible-sshd/meta | 1 + tests/roles/ansible-sshd/tasks | 1 + tests/roles/ansible-sshd/templates | 1 + tests/roles/ansible-sshd/vars | 1 + 8 files changed, 7 insertions(+), 1 deletion(-) delete mode 120000 tests/roles/ansible-sshd create mode 120000 tests/roles/ansible-sshd/defaults create mode 120000 tests/roles/ansible-sshd/examples create mode 120000 tests/roles/ansible-sshd/handlers create mode 120000 tests/roles/ansible-sshd/meta create mode 120000 tests/roles/ansible-sshd/tasks create mode 120000 tests/roles/ansible-sshd/templates create mode 120000 tests/roles/ansible-sshd/vars diff --git a/tests/roles/ansible-sshd b/tests/roles/ansible-sshd deleted file mode 120000 index 6581736d..00000000 --- a/tests/roles/ansible-sshd +++ /dev/null @@ -1 +0,0 @@ -../../ \ No newline at end of file diff --git a/tests/roles/ansible-sshd/defaults b/tests/roles/ansible-sshd/defaults new file mode 120000 index 00000000..30459c3d --- /dev/null +++ b/tests/roles/ansible-sshd/defaults @@ -0,0 +1 @@ +../../../defaults \ No newline at end of file diff --git a/tests/roles/ansible-sshd/examples b/tests/roles/ansible-sshd/examples new file mode 120000 index 00000000..9f9d1de8 --- /dev/null +++ b/tests/roles/ansible-sshd/examples @@ -0,0 +1 @@ +../../../examples \ No newline at end of file diff --git a/tests/roles/ansible-sshd/handlers b/tests/roles/ansible-sshd/handlers new file mode 120000 index 00000000..3b112377 --- /dev/null +++ b/tests/roles/ansible-sshd/handlers @@ -0,0 +1 @@ +../../../handlers \ No newline at end of file diff --git a/tests/roles/ansible-sshd/meta b/tests/roles/ansible-sshd/meta new file mode 120000 index 00000000..8df72ebf --- /dev/null +++ b/tests/roles/ansible-sshd/meta @@ -0,0 +1 @@ +../../../meta \ No newline at end of file diff --git a/tests/roles/ansible-sshd/tasks b/tests/roles/ansible-sshd/tasks new file mode 120000 index 00000000..d97297b7 --- /dev/null +++ b/tests/roles/ansible-sshd/tasks @@ -0,0 +1 @@ +../../../tasks \ No newline at end of file diff --git a/tests/roles/ansible-sshd/templates b/tests/roles/ansible-sshd/templates new file mode 120000 index 00000000..0e4c94ff --- /dev/null +++ b/tests/roles/ansible-sshd/templates @@ -0,0 +1 @@ +../../../templates \ No newline at end of file diff --git a/tests/roles/ansible-sshd/vars b/tests/roles/ansible-sshd/vars new file mode 120000 index 00000000..663079d0 --- /dev/null +++ b/tests/roles/ansible-sshd/vars @@ -0,0 +1 @@ +../../../vars \ No newline at end of file