summaryrefslogtreecommitdiffstats
path: root/roles/busybox-openrc/tasks/main.yml
blob: 75b8e5b6873409ef5c0f9a20aafff451d4c217e5 (plain) (blame)
1
2
3
4
5
6
---
- name: "Ensure busybox-openrc is installed"
  become: true
  ansible.builtin.package:
    name: "busybox-openrc"
    state: "present"