name: Install ansible collection from the internet
ansible.builtin.command:
cmd: ansible-galaxy collection install git+https://github.com/cjnovak98/ocp4-disconnected-collection.git -U
when: collection_install is changed and update_collection | bool and internet is changed
always installs the collection, doesn't seem to cause issues but may not be needed as the 'changed' status each time.
specifically this play:
always installs the collection, doesn't seem to cause issues but may not be needed as the 'changed' status each time.