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:
parent
5539b6c75f
commit
c6037621fb
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue