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