diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-21 13:23:15 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-21 13:23:15 +0200 |
| commit | 5a677725003444d5fc02e4f754392bafaecbde2f (patch) | |
| tree | e373647c7b70dedf4130ef7c1e5b1de04e02b601 /roles/busybox-openrc/tasks | |
| parent | 0be7583911bfe15276b736697caebb3752da56b6 (diff) | |
Add missing crond dependency for alpine
Diffstat (limited to 'roles/busybox-openrc/tasks')
| -rw-r--r-- | roles/busybox-openrc/tasks/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/busybox-openrc/tasks/main.yml b/roles/busybox-openrc/tasks/main.yml new file mode 100644 index 00000000..75b8e5b6 --- /dev/null +++ b/roles/busybox-openrc/tasks/main.yml @@ -0,0 +1,6 @@ +--- +- name: "Ensure busybox-openrc is installed" + become: true + ansible.builtin.package: + name: "busybox-openrc" + state: "present" |
