should have all the variables needed
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
---
|
||||
# create all the facts used throughout the role, but shouldn't be touched
|
||||
# by the user
|
||||
- name: Create temporary directory for downloads
|
||||
register: d_tempdir
|
||||
- name: Create cache directory
|
||||
register: d_cache
|
||||
ansible.builtin.file:
|
||||
path: /tmp/ansible_role_package
|
||||
state: directory
|
||||
path: "{{ store_path }}"
|
||||
mode: '0777'
|
||||
owner: "{{ ansible_user_id }}"
|
||||
group: "{{ ansible_user_gid }}"
|
||||
state: directory
|
||||
|
||||
- name: Set installation facts
|
||||
ansible.builtin.include_tasks:
|
||||
|
||||
Reference in New Issue
Block a user