Skip to content
Snippets Groups Projects
Commit ac712c54 authored by Chris Hines's avatar Chris Hines
Browse files

Octal Baby!

parent 2e98e055
No related branches found
No related tags found
1 merge request!217Octal Baby!
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
src: "{{ item.src }}" src: "{{ item.src }}"
dest: "{{ item.dest }}" dest: "{{ item.dest }}"
owner: root owner: root
mode: 755 mode: 0755
with_items: with_items:
- { src: 'create-dev-uvm.sh', dest: '/usr/local/sbin/' } - { src: 'create-dev-uvm.sh', dest: '/usr/local/sbin/' }
- { src: 'check-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