!aqMMMrOxRZzVDkUlWF:matrix.org

Ansible DevTools

128 Members
vscode extension, language server, ansible-lint, molecule, navigator and potentially other development goodies. That channel is not for general questions about using ansible.15 Servers

Load older messages


SenderMessageTime
28 Sep 2023
@netopsengineer_:matrix.orgnetopsengineer_ *

Good morning team, what is the expected behavior in Ansible-Navigator when using an EE, lets say the creator-EE for example, when selecting the :collections menu item? It seems as if it can’t find collections locally I get an exception thrown in the log, but if I do point it to collections locally they are displayed and bind mounted but I do not see the creator-EE collections unless I go to the images menu. Intuitively, I was expecting I would see all collections available both local and within the image, there in the collections menu. I’ve tried on both 3.4.2 and 3.5.0.

2023-09-27T17:12:18.345871+00:00 ERROR 'ansible_navigator.actions.collections._run_runner' Traceback (most recent call last):
  File "/Users/my_user/.cache/ansible-navigator/catalog_collections.py", line 42, in <module>
    from ansible_navigator.utils.key_value_store import KeyValueStore
ModuleNotFoundError: No module named 'ansible_navigator'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/my_user/.cache/ansible-navigator/catalog_collections.py", line 45, in <module>
    from key_value_store import KeyValueStore
  File "/opt/ansible_navigator_utils/key_value_store.py", line 14, in <module>
    class KVSKeysView(KeysView[str]):
TypeError: 'ABCMeta' object is not subscriptable

2023-09-27T17:12:21.235333+00:00 ERROR 'ansible_navigator.actions.collections._parse' Unable to extract collection json from stdout
2023-09-27T17:12:52.640499+00:00 ERROR 'ansible_navigator.actions.collections._run_runner' Traceback (most recent call last):
  File "/Users/my_user/.cache/ansible-navigator/catalog_collections.py", line 42, in <module>
    from ansible_navigator.utils.key_value_store import KeyValueStore
ModuleNotFoundError: No module named 'ansible_navigator'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/my_user/.cache/ansible-navigator/catalog_collections.py", line 45, in <module>
    from key_value_store import KeyValueStore
  File "/opt/ansible_navigator_utils/key_value_store.py", line 14, in <module>
    class KVSKeysView(KeysView[str]):
TypeError: 'ABCMeta' object is not subscriptable

2023-09-27T17:13:02.127537+00:00 ERROR 'ansible_navigator.actions.collections._parse' Unable to extract collection json from stdout

16:04:53
@iivv:matrix.orgiivv joined the room.22:09:31
29 Sep 2023
@wayt:matrix.orgwayt netopsengineer_ I can confirm 3.5.0 on mac os 14.0 w/system provided python3 (by apple) works fine with docker desktop to do what you described 14:05:51
@wayt:matrix.orgwayt
TMP=`mktemp -d`
/usr/bin/python3 -m venv $TMP
source $TMP/bin/activate
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools wheel
python -m pip install --upgrade ansible-navigator==3.5.0
ansible-navigator
14:07:36
@wayt:matrix.orgwayt It's been a minute since I looked at molecule. Am I understanding correctly that I have manually implement create.yml and others. It no longer scaffolds anything for me? I see a sample create.yml in the doc's that is very different than the create.yml that got dumped out. The one that dumped out of the tool doesn't do anything. 14:09:43
@ssbarnea:matrix.orgssbarnea

mkdocs-ansible on Python PyPI
v0.2.0 0.2.0

-------------
Minor Changes
-------------

* Bump all dependencies ( #53 ( https://github.com/ansible/mkdocs-ansible/pull/53 ) ) @ssbarnea ( https://github.com/ssbarnea )

--------
Bugfixes
--------

* Update README.md ( #44 ( https://github.com/ansible/mkdocs-ansible/pull/44 ) ) @matthew-willis-redhat ( https://github.com/matthew-willis-redhat )

release note...

15:05:12
@pmandreoli:matrix.orgpmandreoli joined the room.15:26:24
@netopsengineer_:matrix.orgnetopsengineer_ Thanks wayt I will create a new venv with latest python and try again, we were using pipx in this case. My coworker was seeing the same issue, but we remember this not always being the case, so didn't want to chase a red herring if that was the intended behavior. 16:47:29
@invalidpath:matrix.orginvalidpathHowdy! Got a question about the VSCode extension.. Everytime I open a yml/yaml the extension is chosen as the language correctly but I get an error concerning Python 3.8.. the only problem is ansible --version is using 3.9 and VSCode's status bar also shows 3.9 so Im not sure where 3.8 is coming from. Relevant info: https://paste.centos.org/view/2df795d317:55:04
30 Sep 2023
@bahman-m:matrix.org@bahman-m:matrix.org joined the room.15:31:25
2 Oct 2023
@temp4096:matrix.org@temp4096:matrix.org joined the room.07:14:21
3 Oct 2023
@temp4096:matrix.org@temp4096:matrix.org left the room.09:36:07
@ssbarnea:matrix.orgssbarnea

ansible-core on Python PyPI
v2.16.0b2 2.16.0b2

*********
Changelog
*********

See the full changelog ( https://github.com/ansible/ansible/blob/v2.16.0b2/changelogs/CHANGELOG-v2.16.rst ) for the changes included in this release.

*****************
Release Artifacts
*****************

* Built Distribution: ansible_core-2.16.0b2-py3-none-any.whl ( https://files.pythonhosted.org/packages/94/86/dc771cf3a2d6a3d73b7b2ab125018296e0767ce924c416ca9ad0078ceacd/ansible_core-2.16.0b2-py3-none-any.whl ) - 2245168 bytes

* 48e5ddb5861e492c69fcf350fc736ea7b54fa64bac0b99b3e6900aaf9c0ffe1f (SHA256)

* Source Distribution: ansible-core-2.16.0b2.tar.gz ( https://files.pythonhosted.org/packages/a7/c1/c05a3871180934492cb2c5bdffe67120afca4ca5fe55937c004cc1da8461/ansible-core-2.16.0b2.tar.gz ) - 3157052 bytes

* 66332e2967f72085aefcb8cbe336a7f17294e4f1751413fdff5da3f550ed1389 (SHA256)

release note...

20:10:03
@ssbarnea:matrix.orgssbarnea

ansible-core on Python PyPI
v2.14.11rc1 2.14.11rc1

*********
Changelog
*********

See the full changelog ( https://github.com/ansible/ansible/blob/v2.14.11rc1/changelogs/CHANGELOG-v2.14.rst ) for the changes included in this release.

*****************
Release Artifacts
*****************

* Built Distribution: ansible_core-2.14.11rc1-py3-none-any.whl ( https://files.pythonhosted.org/packages/40/54/19b64b6eede584f5f6ea7b32e8c3399eb4fa6058b181d9975ebfcb1b2906/ansible_core-2.14.11rc1-py3-none-any.whl ) - 2215764 bytes

* 7c14cca4364d2691f7fb53014b1891b5d16e447c87e52aa9fee2e6b8964167c6 (SHA256)

* Source Distribution: ansible-core-2.14.11rc1.tar.gz ( https://files.pythonhosted.org/packages/1a/c1/870ed648905d8792a3e26fd698d21d87ee35051336eeabf9105821c53034/ansible-core-2.14.11rc1.tar.gz ) - 3147585 bytes

* 4d2758b934a56274bf02e01aed4b80930938aaac2932cd038884f0566de7eb48 (SHA256)

release note...

v2.15.5rc1 2.15.5rc1

*********
Changelog
*********

See the full changelog ( https://github.com/ansible/ansible/blob/v2.15.5rc1/changelogs/CHANGELOG-v2.15.rst ) for the changes included in this release.

*****************
Release Artifacts
*****************

* Built Distribution: ansible_core-2.15.5rc1-py3-none-any.whl ( https://files.pythonhosted.org/packages/d1/6c/cfb2337440361a844956aab8a27d93e41e19a2a38f645b3b8a554006261a/ansible_core-2.15.5rc1-py3-none-any.whl ) - 2246624 bytes

* 9490510dbcec6fee5a867d129841fc87ab63739150dd3525d5c8f6534a27c2a9 (SHA256)

* Source Distribution: ansible-core-2.15.5rc1.tar.gz ( https://files.pythonhosted.org/packages/9e/01/1bd31802344cc3951edd4e8c971f1756a2339948d3377f51ce195e715a43/ansible-core-2.15.5rc1.tar.gz ) - 3160195 bytes

* 305c92ffe2d388ea2fd3cdd5ea39e7cf18b146ab2fa141ff18dfd289c60037ad (SHA256)

release note...

20:24:23
@ssbarnea:matrix.orgssbarnea

ansible-core on Python PyPI
v2.13.13rc1 2.13.13rc1

*********
Changelog
*********

See the full changelog ( https://github.com/ansible/ansible/blob/v2.13.13rc1/changelogs/CHANGELOG-v2.13.rst ) for the changes included in this release.

*****************
Release Artifacts
*****************

* Built Distribution: ansible_core-2.13.13rc1-py3-none-any.whl ( https://files.pythonhosted.org/packages/a0/eb/5d5f310be4ffd698a7b8597d723df24e450150b377c1ee1c6af1099cb69b/ansible_core-2.13.13rc1-py3-none-any.whl ) - 2115548 bytes

* c727dcdd70a5acb6cfa64dc3044c7b467bc39ca044da0f6ddd13c41b513537eb (SHA256)

* Source Distribution: ansible-core-2.13.13rc1.tar.gz ( https://files.pythonhosted.org/packages/88/bd/0895768cb10b380fec46fd797913a976f9e436c9878dd186f31fe5d81baf/ansible-core-2.13.13rc1.tar.gz ) - 3149881 ( https://github.com/ansible/ansible/commit/3149881e69034ec762fe0a026dc01922474ca059 ) bytes

* d12efcd31ea4e8333b1a5aac03c73b949f7ab9e745a04ef1a1f8a9d181a285f5 (SHA256)

release note...

21:47:08
@ssbarnea:matrix.orgssbarnea

ruamel.yaml on Python PyPI
0.17.34

22:04:02
4 Oct 2023
@ssbarnea:matrix.orgssbarnea

ruamel.yaml on Python PyPI
0.17.35

09:51:50
9 Oct 2023
@ssbarnea:matrix.orgssbarnea

ansible-core on Python PyPI
v2.13.13 2.13.13

*********
Changelog
*********

See the full changelog ( https://github.com/ansible/ansible/blob/v2.13.13/changelogs/CHANGELOG-v2.13.rst ) for the changes included in this release.

*****************
Release Artifacts
*****************

* Built Distribution: ansible_core-2.13.13-py3-none-any.whl ( https://files.pythonhosted.org/packages/d2/c6/c5b0da259e583dbeaefdccdfe0a1e4fd7a342dba00e263183856290c7fc9/ansible_core-2.13.13-py3-none-any.whl ) - 2115491 bytes

* f50220254b8e13a79b68e68e759f5bf89f3f3584c907737985a017c699b1c3b6 (SHA256)

* Source Distribution: ansible-core-2.13.13.tar.gz ( https://files.pythonhosted.org/packages/33/ae/6a63fffda71543858ea0e0d78698d86e7cbdbd91b00b5335fa3f10031246/ansible-core-2.13.13.tar.gz ) - 3146514 bytes

* 7ad2d8c0a5fa4a59de1809a5f96d2dbf511189c834116f5c72aec9730b51074b (SHA256)

release note...

v2.14.11 2.14.11

*********
Changelog
*********

See the full changelog ( https://github.com/ansible/ansible/blob/v2.14.11/changelogs/CHANGELOG-v2.14.rst ) for the changes included in this release.

*****************
Release Artifacts
*****************

* Built Distribution: ansible_core-2.14.11-py3-none-any.whl ( https://files.pythonhosted.org/packages/a2/ab/8f2a9c87d8bd58eb19cf4f41aa996c53939243961838fe5c652d0ee605f6/ansible_core-2.14.11-py3-none-any.whl ) - 2215715 bytes

* 66ca75e5c43014cc8d73eb784be886e19f16175c8a2d58d2c0df9f892534951d (SHA256)

* Source Distribution: ansible-core-2.14.11.tar.gz ( https://files.pythonhosted.org/packages/27/0d/accac9e2ac28b57ac7152dc8180501f3662b3383c21dd353868e904f6583/ansible-core-2.14.11.tar.gz ) - 3144040 bytes

* 15cbcbdfeae2073cead428f671e313f8bbc46d14549016794e1dca0f0cc09298 (SHA256)

release note...

v2.15.5 2.15.5

*********
Changelog
*********

See the full changelog ( https://github.com/ansible/ansible/blob/v2.15.5/changelogs/CHANGELOG-v2.15.rst ) for the changes included in this release.

*****************
Release Artifacts
*****************

* Built Distribution: ansible_core-2.15.5-py3-none-any.whl ( https://files.pythonhosted.org/packages/51/4a/21dd7477ff981c400894bdcfaaacb9183f7ce9653f6d143baea9ebd97225/ansible_core-2.15.5-py3-none-any.whl ) - 2246571 bytes

* 3efa234de5fce79ec98853f3369535b27cacd7ce498495b996030cd15c373735 (SHA256)

* Source Distribution: ansible-core-2.15.5.tar.gz ( https://files.pythonhosted.org/packages/c8/4b/6a25ee293ee4886cb6e1782bec5e70c20468e5dc4db092d2075f56b9d88b/ansible-core-2.15.5.tar.gz ) - 3154868 bytes

* 8cc539cb8d4349af3ffd901c70722f7a7a203ae6427ddac95ffdf546a6e41602 (SHA256)

release note...

16:03:42
10 Oct 2023
@tbharber:matrix.orgTim Harber joined the room.19:52:15
@tbharber:matrix.orgTim Harber changed their display name from tbharber to Tim Harber.20:14:05
11 Oct 2023
@ssbarnea:matrix.orgssbarnea

pytest-ansible on Python PyPI
v4.1.1 4.1.1

--------
Bugfixes
--------

* Enable CSpell check ( #188 ( https://github.com/ansible/pytest-ansible/pull/188 ) ) @cristianonicolai ( https://github.com/cristianonicolai )
* Move coverage to pyproject.toml ( #179 ( https://github.com/ansible/pytest-ansible/pull/179 ) ) @Ruchip16 ( https://github.com/Ruchip16 )
* Add Python 3.12 to test matrix ( #185 ( https://github.com/ansible/pytest-ansible/pull/185 ) ) @cristianonicolai ( https://github.com/cristianonicolai )
* Remove Flake8 and revisit initial config for Ruff ( #186 ( https://github.com/ansible/pytest-ansible/pull/186 ) ) @cristianonicolai ( https://github.com/cristianonicolai )

release note...

14:34:43
@bahman-m:matrix.org@bahman-m:matrix.org left the room.16:18:42
14 Oct 2023
@makunahatada:matrix.org@makunahatada:matrix.org joined the room.18:26:01
@makunahatada:matrix.org@makunahatada:matrix.org left the room.18:33:48
16 Oct 2023
@ssbarnea:matrix.orgssbarnea

ansible-core on Python PyPI
v2.16.0rc1 2.16.0rc1

*********
Changelog
*********

See the full changelog ( https://github.com/ansible/ansible/blob/v2.16.0rc1/changelogs/CHANGELOG-v2.16.rst ) for the changes included in this release.

*****************
Release Artifacts
*****************

* Built Distribution: ansible_core-2.16.0rc1-py3-none-any.whl ( https://files.pythonhosted.org/packages/dd/a6/48ec1ab9af5175e2009f334ad722b31d134fd7f80d97b6094bb0c8dd1485/ansible_core-2.16.0rc1-py3-none-any.whl ) - 2247181 bytes

* 424473128c5eb69901f8b479ac78037f1bb8a8129295630400fde6498ad5998e (SHA256)

* Source Distribution: ansible-core-2.16.0rc1.tar.gz ( https://files.pythonhosted.org/packages/0a/87/9efe4458bcc284fda0d962d42349fb453e44a3237e5d230f12b20df9ae7e/ansible-core-2.16.0rc1.tar.gz ) - 3161680 bytes

* 6b434090d278e3871dc57690c6433b85317bdb5897995b606dcb323089850512 (SHA256)

release note...

21:42:23
17 Oct 2023
@michel:one.ems.hostMichel Lind 🍥 UTC-5 changed their display name from Michel Lind (né Salim) to Michel Lind.19:12:55
19 Oct 2023
@ssbarnea:matrix.orgssbarnea

ruamel.yaml on Python PyPI
0.17.36

09:43:11
@samccann:ansible.imsamccannDING DING DING! Ansible Contributor Summit is live now! Come join us on https://matrix.to/#/#summit:ansible.com Lots of interesting talks. See the agenda at https://forum.ansible.com/t/agenda-for-ansible-contributor-summit-durham-2023/161513:27:18
@ssbarnea:matrix.orgssbarnea

ruamel.yaml on Python PyPI
0.17.38

13:49:41
@nono:laquadrature.netNono changed their profile picture.15:27:56

Show newer messages


Back to Room ListRoom Version: 6