Skip to content

Commit 812c67d

Browse files
authored
Merge pull request #381 from wilkis3/remove-conf-temp-dir
Remove conf temp dir
2 parents c28612f + a7981d5 commit 812c67d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tasks/config-runners-container.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@
3636
{{ gitlab_runner_container_image }}:{{ gitlab_runner_container_tag }}
3737
verify -c /gitlab-runner.conf
3838
mode: "0600"
39+
40+
- name: Remove temporary directory
41+
ansible.builtin.file:
42+
path: "{{ temp_runner_config_dir.path }}"
43+
state: "absent"

0 commit comments

Comments
 (0)