fix syntax error
parent
8c3a74266a
commit
2c6ed18182
|
@ -52,7 +52,7 @@
|
|||
state: directory
|
||||
owner: root
|
||||
group: root
|
||||
chmod: "755"
|
||||
mode: "755"
|
||||
|
||||
- name: Copy mice Python script
|
||||
copy:
|
||||
|
@ -60,7 +60,7 @@
|
|||
dest: /opt/mice/mice.py
|
||||
owner: root
|
||||
group: root
|
||||
chmod: "755"
|
||||
mode: "755"
|
||||
register: _murmur_mice_copied
|
||||
|
||||
- name: Compile Murmur.ice slice file
|
||||
|
|
Loading…
Reference in New Issue