Skip to content

Commit 87f6238

Browse files
author
Mark
committed
[FIX] missing create option to handle non existence
Signed-off-by: Mark <[email protected]>
1 parent bbf33b4 commit 87f6238

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/install_runner.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
path: "{{ runner_dir }}/.env"
8484
block: "{{ custom_env }}"
8585
owner: "{{ runner_user }}"
86+
create: yes
8687
mode: 0755
8788
marker_begin: "# BEGIN ANSIBLE MANAGED BLOCK"
8889
marker_end: "# END ANSIBLE MANAGED BLOCK"

0 commit comments

Comments
 (0)