]> git.phdru.name Git - ansible.git/commitdiff
Feat(init-system2): Setup `/usr/local/src`
authorOleg Broytman <phd@phdru.name>
Mon, 29 Jul 2019 16:19:58 +0000 (19:19 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 29 Jul 2019 16:19:58 +0000 (19:19 +0300)
playbooks/debian/roles/init-system2/tasks/main.yml

index 555e21cf08f964f16524c8f9fa50b9e29f099acc..a784d6e492f549a2a7b0a083bcd73f36767cf6e4 100644 (file)
@@ -7,3 +7,13 @@
     group: staff
     mode: "ug+rwx,o+rx,g+s"
     recurse: yes
+
+- name: Setup /usr/local/src
+  become: true
+  file:
+    path: /usr/local/src
+    state: directory
+    owner: phd
+    group: staff
+    mode: "ug+rwx,o+rx,g+s"
+    recurse: yes