should have all the variables needed

This commit is contained in:
Matthew Stobbs
2026-01-25 01:38:28 -07:00
parent 7b8eaf35b7
commit fc0f6e6a82
5 changed files with 120 additions and 66 deletions

View File

@@ -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: