make the packages role more generic
This commit is contained in:
8
tasks/RedHat/packer.yml
Normal file
8
tasks/RedHat/packer.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: ensure hashicorp repo is active
|
||||
ansible.builtin.include_tasks:
|
||||
file: packages/{{ ansible_os_family }}/hashicorp_repo.yml
|
||||
|
||||
- name: append to pkgs
|
||||
set_fact:
|
||||
syspkgs: "{{ (syspkgs | default([])) + [ 'packer' ] }}"
|
||||
Reference in New Issue
Block a user