fix multiple source install bugs

This commit is contained in:
Matthew Stobbs
2025-03-11 20:16:22 -06:00
parent 5cfa05007c
commit 2fd82b09d5
22 changed files with 99 additions and 67 deletions

View File

@@ -3,10 +3,10 @@
# create all the facts used throughout the role, but shouldn't be touched
# by the user
- name: Create temporary directory for downloads
ansible.builtin.tempfile:
state: directory
prefix: ansible_role_package.
register: d_tempdir
ansible.builtin.file:
path: /tmp/ansible_role_package
state: directory
- name: Set installation facts
ansible.builtin.include_tasks: