1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Set 'ansible_collections_path' for deb installs

This commit is contained in:
Jerry Vonau 2025-02-20 17:39:20 -06:00
parent 5539b6c75f
commit c6037621fb

View file

@ -70,6 +70,11 @@
- name: Set hostname / domain (etc) in various places
include_tasks: hostname.yml
- name: "Set ansible_collections_path to /usr/share/ansible/collections for deb install of ansible"
set_fact:
ansible_collections_path: /usr/share/ansible/collections
when: ansible_architecture == "i386"
- name: Add 'runtime' variable values to {{ iiab_ini_file }}
ini_file:
path: "{{ iiab_ini_file }}" # /etc/iiab/iiab.ini