]> git.phdru.name Git - ansible.git/blob - main.yml
555e21cf08f964f16524c8f9fa50b9e29f099acc
[ansible.git] / main.yml
1 - name: Setup /usr/local
2   become: true
3   file:
4     path: /usr/local
5     state: directory
6     owner: root
7     group: staff
8     mode: "ug+rwx,o+rx,g+s"
9     recurse: yes