ngocnd1
(Brian Nguyen)
July 9, 2024, 9:45am
1
Hi everyone,
I have a question that i can’t install collection community.window Ansible Galaxy
I build awx-operator on k3s
when i tried to install via playbook it’s always skipped cause ansible.window already installed even these are difference collections
Is there anybody faced this?
Thanks
jpmens
(Jan-Piet Mens)
July 9, 2024, 10:04am
2
Neither community.window
nor ansible.window
exists.
ngocnd1
(Brian Nguyen)
July 9, 2024, 10:12am
3
thanks for attention @jpmens , but i dont know what you mean,
Last time i used ansible core i cant install community.window collection
gundalow
(gundalow)
July 9, 2024, 12:25pm
4
community.windows
(with an s
)
You need to use --force
to update a collection that’s already installed.
ngocnd1
(Brian Nguyen)
July 9, 2024, 2:52pm
5
@gundalow Sorry i miss “s” in this topic, but in playbook i already write correct community.windows, also tried using --force
Your screenshot shows that community.windows was successfully installed, but ansible.windows got skipped (since it was already installed).
Why do you think that community.windows was not installed / skipped?
ngocnd1
(Brian Nguyen)
July 9, 2024, 3:41pm
7
I can’t call module win_initialize_disk
btw when i check by running ansible-galaxy collection list, I didn’t see it.