Gounick

Results 6 comments of Gounick

Hello, I have the same usage and this error: ``` $ sshs 2022/06/15 09:08:14 include not allowed in Host block ``` ``` $ cat ~/.ssh/config Host * ForwardAgent yes Include...

Same behavior. I got around the problem with this command: ``` $ ansible-galaxy collection install git+https://github.com/alibaba/alibaba.alicloud.git ```

Hi, what are your versions? * Python * ansible / ansible-core * Ovirt collection * Ovirt sdk python * Ovirt engine Also I think `vlan: 1` is interpreted as a...

Personally i will see: * Changelog * https://github.com/ansible/ansible/blob/v2.13.0/changelogs/CHANGELOG-v2.13.rst * https://github.com/ansible/ansible/blob/stable-2.14/changelogs/CHANGELOG-v2.14.rst * Pypi - `Programming Language` list * https://pypi.org/project/ansible-core/2.13.6/ * https://pypi.org/project/ansible-core/2.14.0/ * Python versions used in Pipeline * https://github.com/ansible/ansible/blob/v2.13.6/.azure-pipelines/azure-pipelines.yml * https://github.com/ansible/ansible/blob/v2.14.0/.azure-pipelines/azure-pipelines.yml...

I have the same problem with the same error message. After creating a VM from a template, the disk retains the same name present in the template. I'm looking to...

Hi, I reread the API documentation in detail and I think I have found my solution: update the oVirt Engine to >= 4.4 In oVirt Engine v4.3, it is not...