ITPLT-3650 compatibility updates for ansible-core 2.16 and other dependencies

This commit is contained in:
Lee Goolsbee
2024-04-26 13:07:57 -05:00
parent cff27677c6
commit ecb262a15f
44 changed files with 43 additions and 45 deletions

View File

@@ -17,7 +17,7 @@ platforms:
provisioner:
name: ansible
env:
ANSIBLE_COLLECTIONS_PATH: "../../"
ANSIBLE_COLLECTIONS_PATH: "../../../../"
options:
skip-tags: runtime_pkg
inventory:

View File

@@ -17,7 +17,7 @@ platforms:
provisioner:
name: ansible
env:
ANSIBLE_COLLECTIONS_PATH: "../../"
ANSIBLE_COLLECTIONS_PATH: "../../../../"
options:
skip-tags: runtime_pkg
inventory:

View File

@@ -18,7 +18,7 @@ platforms:
provisioner:
name: ansible
env:
ANSIBLE_COLLECTIONS_PATH: "../../"
ANSIBLE_COLLECTIONS_PATH: "../../../../"
options:
skip-tags: runtime_pkg
inventory:

View File

@@ -17,7 +17,7 @@ platforms:
provisioner:
name: ansible
env:
ANSIBLE_COLLECTIONS_PATH: "../../"
ANSIBLE_COLLECTIONS_PATH: "../../../../"
options:
skip-tags: runtime_pkg
inventory:

View File

@@ -10,6 +10,5 @@
ansible.builtin.shell:
cmd: "ln -sf /usr/share/fonts/google-noto*/* {{ item }}/"
creates: "{{ item }}/NotoSansJavanese-Regular.ttf"
warn: false
with_items: "{{ atl_fonts_fallback_dirs }}"
changed_when: false # For Molecule idempotence check

View File

@@ -10,6 +10,5 @@
ansible.builtin.shell:
cmd: "ln -sf /usr/share/fonts/truetype/noto/* {{ item }}/"
creates: "{{ item }}/NotoSansJavanese-Regular.ttf"
warn: false
with_items: "{{ atl_fonts_fallback_dirs }}"
changed_when: false # For Molecule idempotence check