Skip to content

Commit

Permalink
permissions for user adeed
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Jan 5, 2020
1 parent fd0d1a2 commit f609e7e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions menu/pgcloner/core/personal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@
dest: '/opt/{{prole.stdout}}'
version: '{{branch.stdout}}'
force: yes

- name: 'Setting permissions on scripts'
shell: 'chmod -R 775 /opt/{{prole.stdout}}'

- name: 'Setting permissions on scripts'
shell: 'chown -cR 1000:1000 /opt/{{prole.stdout}}'
6 changes: 6 additions & 0 deletions menu/pgcloner/core/primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@
dest: '/opt/{{prole.stdout}}'
version: '{{pversion.stdout}}'
force: yes

- name: 'Setting permissions on scripts'
shell: 'chmod -R 775 /opt/{{prole.stdout}}'

- name: 'Setting permissions on scripts'
shell: 'chown -cR 1000:1000 /opt/{{prole.stdout}}'
6 changes: 6 additions & 0 deletions menu/pgcloner/corev2/personal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@
dest: '/opt/{{prole.stdout}}'
version: '{{branch.stdout}}'
force: yes

- name: 'Setting permissions on scripts'
shell: 'chmod -R 775 /opt/{{prole.stdout}}'

- name: 'Setting permissions on scripts'
shell: 'chown -cR 1000:1000 /opt/{{prole.stdout}}'
8 changes: 8 additions & 0 deletions menu/pgcloner/corev2/primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@
dest: '/opt/{{prole.stdout}}'
version: '{{pversion.stdout}}'
force: yes

- name: 'Setting permissions on scripts'
shell: 'chmod -R 775 /opt/{{prole.stdout}}'

- name: 'Setting permissions on scripts'
shell: 'chown -cR 1000:1000 /opt/{{prole.stdout}}'


0 comments on commit f609e7e

Please sign in to comment.