Remove debugging;Add missing collection
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8a83f47572
commit
0989d0c586
@ -27,12 +27,6 @@
|
||||
cmd: ansible-galaxy collection install {{ item }}
|
||||
loop: "{{ dependencies.ansible_galaxy_collections }}"
|
||||
|
||||
- ansible.builtin.command:
|
||||
cmd: ls ~/.ansible -lashR
|
||||
register: results
|
||||
- ansible.builtin.debug:
|
||||
var: results
|
||||
|
||||
- name: Install distro packages
|
||||
ansible.builtin.apt:
|
||||
pkg: "{{ dependencies.packages }}"
|
||||
|
@ -42,6 +42,7 @@ components:
|
||||
dependencies:
|
||||
|
||||
ansible_galaxy_collections:
|
||||
- ansible.posix
|
||||
- ansible.utils
|
||||
- community.general
|
||||
- kubernetes.core
|
||||
|
Loading…
Reference in New Issue
Block a user