Pavel Dost���l changed bug 1204182
What Removed Added
Flags needinfo?(pdostal@suse.com)  

Comment # 3 on bug 1204182 from
Now it works like a charm!
> # zypper -n ar -fG https://download.opensuse.org/repositories/systemsmanagement:/ansible/openSUSE_Tumbleweed/systemsmanagement:ansible.repo | cat; ( exit ${PIPESTATUS[0]} ); echo S6RKE-$?-
> Adding repository 'All things ansible (openSUSE_Tumbleweed)' [......done]
> Warning: GPG checking is disabled in configuration of repository 'All things ansible (openSUSE_Tumbleweed)'. Integrity and origin of packages cannot be verified.
> Repository 'All things ansible (openSUSE_Tumbleweed)' successfully added
> 
> URI         : https://download.opensuse.org/repositories/systemsmanagement:/ansible/openSUSE_Tumbleweed/
> Enabled     : Yes
> GPG Check   : No
> Autorefresh : Yes
> Priority    : 99 (default priority)
> 
> Repository priorities are without effect. All enabled repositories share the same priority.
> S6RKE-0-
> # zypper -n in ansible python3-yamllint git-core | cat; ( exit ${PIPESTATUS[0]} ); echo gn4gU-$?-
> Retrieving repository 'All things ansible (openSUSE_Tumbleweed)' metadata [........done]
> Building repository 'All things ansible (openSUSE_Tumbleweed)' cache [....done]
> Loading repository data...
> Reading installed packages...
> 'python3-yamllint' not found in package names. Trying capabilities.
> Resolving package dependencies...
> 
> The following recommended package was automatically selected:
>   python310-Babel
> 
> The following 14 NEW packages are going to be installed:
>   ansible ansible-core git-core libsha1detectcoll1 python310-Babel python310-Jinja2 python310-MarkupSafe python310-PyYAML python310-packaging python310-pathspec python310-pyparsing python310-pytz python310-resolvelib python310-yamllint
> 
> 14 new packages to install.
> Overall download size: 44.6 MiB. Already cached: 0 B. After the operation, additional 335.3 MiB will be used.
> Continue? [y/n/v/...? shows all options] (y): y
> 
> Checking for file conflicts: [........done]
> ( 1/14) Installing: libsha1detectcoll1-1.0.3-4.17.x86_64 [.....done]
> ( 2/14) Installing: python310-MarkupSafe-2.1.1-3.2.x86_64 [.........done]
> ( 3/14) Installing: python310-PyYAML-6.0-4.2.x86_64 [...........done]
> ( 4/14) Installing: python310-pathspec-0.10.1-1.1.noarch [..........done]
> ( 5/14) Installing: python310-pyparsing-3.0.9-2.1.noarch [............done]
> ( 6/14) Installing: python310-pytz-2022.2.1-1.1.noarch [..........done]
> ( 7/14) Installing: python310-resolvelib-0.8.1-1.2.noarch [.........done]
> ( 8/14) Installing: git-core-2.37.3-3.1.x86_64 [............done]
> ( 9/14) Installing: python310-yamllint-1.27.1-1.2.noarch [...........done]
> (10/14) Installing: python310-packaging-21.3-4.3.noarch [...........done]
> (11/14) Installing: python310-Babel-2.10.3-1.2.noarch [............done]
> (12/14) Installing: python310-Jinja2-3.0.3-1.9.x86_64 [............done]
> (13/14) Installing: ansible-core-2.13.5-6.1.noarch [.
> warning: /var/cache/zypp/packages/systemsmanagement_ansible/noarch/ansible-core-2.13.5-6.1.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID e6e5a213: NOKEY
> ...........done]
> (14/14) Installing: ansible-6.5.0-1.1.noarch [.
> warning: /var/cache/zypp/packages/systemsmanagement_ansible/noarch/ansible-6.5.0-1.1.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID e6e5a213: NOKEY
> ...........done]
> gn4gU-0-
> $ ansible --version
> ansible [core 2.13.5]
>   config file = /etc/ansible/ansible.cfg
>   configured module search path = ['/home/bernhard/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
>   ansible python module location = /usr/lib/python3.10/site-packages/ansible
>   ansible collection location = /home/bernhard/.ansible/collections:/usr/share/ansible/collections
>   executable location = /usr/bin/ansible
>   python version = 3.10.7 (main, Sep 11 2022, 08:41:56) [GCC]
>   jinja version = 3.0.3
>   libyaml = True
> $ ansible-playbook -i ~/ansible/hosts ~/ansible/main.yaml; echo dSsas-$?-
> PLAY [openQA Ansible test]
> 
> TASK [Gathering Facts]
> [WARNING]: Platform linux on host localhost is using the discovered Python interpreter at /usr/bin/python3.10, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible-core/2.13/reference_appendices/interpreter_discovery.html for more information.
> ok: [localhost]
> TASK [Install htop]
> changed: [localhost]
> 
> PLAY RECAP
> localhost                  : ok=7    changed=6    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
> dSsas-0-

Only when also trying to install ansible-test I get this dependency mismatch
error:
> Problem: the to be installed ansible-test-2.9.27-2.1.noarch requires 'ansible = 2.9.27', but this requirement cannot be provided
>   not installable providers: ansible-2.9.27-2.1.noarch[OSS]

Can you please update also ansible-test?
Thank you very much for your work!


You are receiving this mail because: