GRM-20: fix molecule idempotence with mode-specific systemd templates
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
- name: Check systemd template unit exists
|
||||
ansible.builtin.stat:
|
||||
path: "/etc/systemd/system/gitea-runner@.service"
|
||||
path: "/etc/systemd/system/gitea-runner-{{ runner_mode | default('docker') }}@.service"
|
||||
register: service_stat
|
||||
|
||||
- name: Assert template unit exists
|
||||
|
||||
Reference in New Issue
Block a user