dynamic package addition
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# Install ansible for current platform
|
||||
---
|
||||
|
||||
- name: append to pkgs
|
||||
set_fact:
|
||||
syspkgs: "{{ (syspkgs + [ 'ansible' ] }}"
|
||||
syspkgs: "{{ syspkgs + [ 'ansible' ] }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user