mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
slow down
This commit is contained in:
parent
4f63817e31
commit
a2ea7eb2fa
2 changed files with 10 additions and 10 deletions
|
|
@ -1,10 +1,10 @@
|
|||
- name: Install iiab lib files
|
||||
template:
|
||||
src: "{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
with_items:
|
||||
- { src: 'iiab_const.py.j2', dest: '{{ py3_dist_path }}/iiab/iiab_const.py' }
|
||||
- name: Install iiab lib files
|
||||
template:
|
||||
src: "{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
with_items:
|
||||
- { src: 'iiab_const.py.j2', dest: '{{ py3_dist_path }}/iiab/iiab_const.py' }
|
||||
- { src: 'iiab_lib.py', dest: '{{ py3_dist_path }}/iiab/iiab_lib.py' }
|
||||
Loading…
Add table
Add a link
Reference in a new issue