Skip to content
Snippets Groups Projects
Commit a0b56511 authored by Jafar Lie's avatar Jafar Lie
Browse files

Merge branch 'permissions' into 'master'

Octal Baby!

See merge request hpc-team/ansible_cluster_in_a_box!217
parents 2e98e055 ac712c54
No related branches found
No related tags found
1 merge request!217Octal Baby!
......@@ -6,7 +6,7 @@
src: "{{ item.src }}"
dest: "{{ item.dest }}"
owner: root
mode: 755
mode: 0755
with_items:
- { src: 'create-dev-uvm.sh', dest: '/usr/local/sbin/' }
- { src: 'check-dev-uvm.sh', dest: '/usr/local/sbin/' }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment