You've already forked role_drone_runner_exec
fix: Change installation task for CoreOS
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user