Skip to content

Commit

Permalink
Set permissions on /srv/devops
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jul 9, 2024
1 parent bfbc1f6 commit 0361ce3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansible/roles/ansible_controller/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@
ansible.builtin.git:
repo: "https://github.com/ooni/devops.git"
dest: /srv/devops

- name: Set permissions on /src/devops
ansible.builtin.file:
path: /srv/devops
state: directory
recurse: yes
owner: ubuntu
group: admin

0 comments on commit 0361ce3

Please sign in to comment.