aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/systemd_requires_mounts_for/tasks/main.yml
blob: 4459d594708d1e7a4e43a30b48f416a61b80234c (plain) (blame)
1
2
3
4
5
6
7
- name: Edit systemd service
  ansible.builtin.include_role:
    name: systemd_edit
  vars:
    service_section: Unit
    service_option: RequiresMountsFor
    service_values: ['{{ mount_dir }}']