diff --git a/roles/2-common/tasks/pylib.yml b/roles/2-common/tasks/pylib.yml index 1d53d64c8..235aa7a37 100644 --- a/roles/2-common/tasks/pylib.yml +++ b/roles/2-common/tasks/pylib.yml @@ -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' } \ No newline at end of file diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 534c44329..b23c1605e 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -29,7 +29,7 @@ doc_base: "{{ content_base }}/www" doc_root: "{{ doc_base }}/html" # Python 3 dist path -py3_dist_path:/usr/lib/python3/dist-packages +py3_dist_path: /usr/lib/python3/dist-packages # Ansible's default timeout for "get_url:" downloads (10 seconds) often fails download_timeout: 200