From 7d8da00f792649a3c7dd0dfc8664c315be6218fe Mon Sep 17 00:00:00 2001 From: Simon Leary Date: Thu, 6 Mar 2025 10:46:57 -0500 Subject: [PATCH] add (check mode) to task name --- tests/integration/targets/mount/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/targets/mount/tasks/main.yml b/tests/integration/targets/mount/tasks/main.yml index 7aa65f5..c35f31d 100644 --- a/tests/integration/targets/mount/tasks/main.yml +++ b/tests/integration/targets/mount/tasks/main.yml @@ -811,7 +811,7 @@ path: '{{ ephemeral_fstab }}' register: fstab_stat_before_mount - - name: Mount the FS A with ephemeral state + - name: Mount the FS A with ephemeral state (check mode) ansible.posix.mount: path: /tmp/myfs src: '{{ ephemeral_device_a }}'