mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
move pylib.yml to own role
This commit is contained in:
parent
31ddfd8f39
commit
6acb9b5acd
6 changed files with 4 additions and 2 deletions
11
roles/pylibs/tasks/main.yml
Normal file
11
roles/pylibs/tasks/main.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
- 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' }
|
||||
- { src: 'iiab_env.py.j2', dest: '{{ iiab_etc_path }}/iiab_env.py' }
|
Loading…
Add table
Add a link
Reference in a new issue