make the packages role more generic
This commit is contained in:
7
tasks/RedHat/ansible.yml
Normal file
7
tasks/RedHat/ansible.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
# Install ansible for current platform
|
||||
---
|
||||
|
||||
- name: append to pkgs
|
||||
set_fact:
|
||||
syspkgs: "{{ (syspkgs | default([])) + [ 'ansible' ] }}"
|
||||
|
||||
Reference in New Issue
Block a user