fix multiple source install bugs
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user