From 48e387c5c12026a567eb7b293a3a590241c0cecb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Jun 2024 18:16:49 +0200 Subject: Merging upstream version 2.17.0. Signed-off-by: Daniel Baumann --- test/integration/targets/file/tasks/state_link.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/integration/targets/file') diff --git a/test/integration/targets/file/tasks/state_link.yml b/test/integration/targets/file/tasks/state_link.yml index 6f96cdc..ab41b07 100644 --- a/test/integration/targets/file/tasks/state_link.yml +++ b/test/integration/targets/file/tasks/state_link.yml @@ -186,11 +186,11 @@ - name: Delete unprivileged user home and tempdir file: - path: "{{ item }}" + path: "{{ item }}" state: absent loop: - '{{ tempdir.path }}' - - '{{ user.home }}' + - '{{ user.home }}' - name: verify that link was created assert: @@ -199,7 +199,7 @@ - "missing_dst_no_follow_enable_force_use_mode2 is changed" - "missing_dst_no_follow_enable_force_use_mode3 is not changed" - "soft3_result['stat'].islnk" - - "soft3_result['stat'].lnk_target == user.home ~ '/nonexistent'" + - "soft3_result['stat'].lnk_target == user.home ~ '/nonexistent'" # # Test creating a link to a directory https://github.com/ansible/ansible/issues/1369 -- cgit v1.2.3