jistr
jistr
Hi Davide, I attempted to run a task using run_task method inside another task. Both tasks use the `download` method to get data from remote server. After returning from the...
##### ISSUE TYPE - Feature Idea I'd wish for more separation between the "building" vs. "deploying" features of ansible-container, or perhaps even making them two different tools. As things are...
First, thanks a lot for making Helio! **TL;DR: On Linux, Helio should be launched as `/usr/bin/helio` for plugin scanning to work, not as `helio` (even if it is on `$PATH`)....
### Detailed steps on how to reproduce the bug This assertion looks overly strict to me, requiring an absolute or relative path, but not allowing for binaries which reside on...
It can be done by the "install a specific version" method that we already documented, or using the `--upgrade` parameter. https://docs.ansible.com/ansible/latest/collections_guide/collections_installing.html#installing-collections-with-ansible-galaxy
Currently in functional tests we include roles: https://github.com/os-migrate/os-migrate/blob/1b5c8c3baddda8def35035706cab97cce2c0ad84/tests/func/run/network.yml#L6-L7 This means that our collection playbooks are still untested, and they could contain a bug. Maybe we should use `shell` module with...
I noticed on Subnets we have `tags` in `_info` but it should probably be a param? https://docs.openstack.org/neutron/pike/contributor/internals/tag.html And we should check if it shouldn't be added to other Neutron resources:...
Let's rename these when Ansible supports an alternative naming: https://github.com/os-migrate/os-migrate/blob/b39336ff05f3ec40438c8b2ee3a6d184280647b0/tests/func/ansible.cfg#L3 https://github.com/os-migrate/os-migrate/blob/b39336ff05f3ec40438c8b2ee3a6d184280647b0/tests/e2e/ansible.cfg#L3
`./vagrant-up` after successful run of the internal `vagrant up` command should: * If there is no `clean` snapshot present yet, it should create the `clean` snapshot. * If there is...