aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/jails.yml
blob: 09f1d4c4fb7bc4bfa6603e1d63e5a43141d60961 (plain)
1
2
3
4
5
6
7
- name: Ensure /usr/jails exists
  file:
    path: /usr/jails
    state: directory
    owner: root
    group: wheel
    mode: "0755"