fix: Change installation task for CoreOS

This commit is contained in:
2025-03-30 07:45:21 +02:00
parent 94dcd1374e
commit eaed038a53
7 changed files with 18 additions and 39 deletions

View File

@@ -1,6 +1,13 @@
---
# handlers file for drone_runner_exec
- name: Apply installation
ansible.builtin.command:
argv:
- /usr/bin/rpm-ostree
- apply-live
become: true
- name: Restart drone-runner-exec.service
ansible.builtin.systemd:
enabled: true