fix: Change installation task for CoreOS

This commit is contained in:
2025-04-15 17:03:53 +02:00
parent 94dcd1374e
commit eaed038a53
7 changed files with 18 additions and 39 deletions
+7
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