add the rest of the hypr tools
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
ansible.builtin.file:
|
||||
path: /tmp/ansible_role_package
|
||||
state: directory
|
||||
mode: '0777'
|
||||
|
||||
- name: Set installation facts
|
||||
ansible.builtin.include_tasks:
|
||||
@@ -39,6 +40,12 @@
|
||||
- name: Flush handlers to ensure dependencies are installed
|
||||
ansible.builtin.meta: flush_handlers
|
||||
|
||||
- name: Add needed packages for Fedora
|
||||
when:
|
||||
- ansible_distribution == 'Fedora'
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + ['python3-paramiko'] }}"
|
||||
|
||||
- name: Add needed MacOS packages
|
||||
when:
|
||||
- ansible_distribution == 'MacOSX'
|
||||
|
||||
Reference in New Issue
Block a user