!aqMMMrOxRZzVDkUlWF:matrix.org

Ansible DevTools

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

Load older messages


SenderMessageTime
10 Feb 2024
@michel:one.ems.hostMichel Lind changed their profile picture.20:17:58
13 Feb 2024
@konstruktoid:matrix.orgkonstruktoid does anyone have a GitHub action that report back to the PR if there's changes to be made using ansible-lint --fix? 15:54:07
@ssbarnea:matrix.orgssbarnea

ansible/vscode-ansible on GitHub
v2.11

18:11:09
@ssbarnea:matrix.orgssbarnea

ansible/vscode-ansible on GitHub
v2.11 updated

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

* Lightspeed VSCode extension: Analytics telemetry opting-out support ( #1078 ( https://github.com/ansible/vscode-ansible/pull/1078 ) ) @hasys ( https://github.com/hasys )
* Integrate code coverage & mock Lightspeed server into CI ( #1067 ( https://github.com/ansible/vscode-ansible/pull/1067 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )
* Show Licensed or Unlicensed for user type ( #1064 ( https://github.com/ansible/vscode-ansible/pull/1064 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )
* Mock Lightspeed Server for local test execution ( #1062 ( https://github.com/ansible/vscode-ansible/pull/1062 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )
* lightspeed/inlineSuggestions: refactoring to simplify the testing ( #1055 ( https://github.com/ansible/vscode-ansible/pull/1055 ) ) @goneri ( https://github.com/goneri )
* lightspeed: show a proper message when the user has no seat ( #1059 ( https://github.com/ansible/vscode-ansible/pull/1059 ) ) @goneri ( https://github.com/goneri )
* Enable code coverage on e2e tests ( #1056 ( https://github.com/ansible/vscode-ansible/pull/1056 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )
* Lightspeed multitask inference e2e test cases ( #1074 ( https://github.com/ansible/vscode-ansible/pull/1074 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )
* Update vscode-extension-tester to 7.0.0 ( #1081 ( https://github.com/ansible/vscode-ansible/pull/1081 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )

Bugfixes
--------

* handle command in python interpreter path ( #1082 ( https://github.com/ansible/vscode-ansible/pull/1082 ) ) @robinbobbitt ( https://github.com/robinbobbitt )
* avoid an exception during init if 'roles' is not a directory ( #1085 ( https://github.com/ansible/vscode-ansible/pull/1085 ) ) @goneri ( https://github.com/goneri )
* handle invalid python interpreter path ( #1077 ( https://github.com/ansible/vscode-ansible/pull/1077 ) ) @robinbobbitt ( https://github.com/robinbobbitt )
* enable lightspeed connect when ready ( #1076 ( https://github.com/ansible/vscode-ansible/pull/1076 ) ) @robinbobbitt ( https://github.com/robinbobbitt )

release note...

18:23:58
17 Feb 2024
@ozialien:matrix.orgErnest Rider joined the room.00:15:01
19 Feb 2024
@ssbarnea:matrix.orgssbarnea

ansible-core on Python PyPI
v2.16.4rc1 2.16.4rc1

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

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

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

* Built Distribution: ansible_core-2.16.4rc1-py3-none-any.whl ( https://files.pythonhosted.org/packages/56/57/ed9c0db18579a25816c756432c5c275d6fd69e4d3b70644fd1ae8e426e47/ansible_core-2.16.4rc1-py3-none-any.whl ) - 2250499 bytes

* 1e74890d91515cb037fca4f0907be3f5a94c85d2c49c83c5b144ec1fc9b18387 (SHA256)

* Source Distribution: ansible-core-2.16.4rc1.tar.gz ( https://files.pythonhosted.org/packages/72/55/7a451bf0800a6631b4ec6fc95ca44573aaf222e7c7dc1bafae7f7fc5ad31/ansible-core-2.16.4rc1.tar.gz ) - 3174662 bytes

* 5683cfd6c643b7a2f94fe6f59622894c6d95e01af110d030d5c6d651aadc1a4e (SHA256)

release note...

18:39:44
22 Feb 2024
@maxamillion:one.ems.hostmaxamillion

hello wonderful humans! I'm running into this issue trying to build the ansible-language-server docs locally and I don't know what dependency it wants that I'm missing:

$ task docs
task: [setup] ./tools/test-setup.sh
NOTICE:  Install latest lts version of nodejs (used by 'node-lts' job)
/home/admiller/src/dev/ansible-language-server/tools/test-setup.sh: line 62: asdf: command not found
exit status 127

.... I have the latest lts version of nodejs installed so the error message doesn't make sense and I don't know what asdf is and it turns out that's not an easily web searched term

13:43:11
@trfore:matrix.orgtrfore joined the room.16:51:32
24 Feb 2024
@gotmax:matrix.orggotmax23asdf is probably https://github.com/asdf-vm/asdf19:07:03
@gotmax:matrix.orggotmax23 maxamillion: ^ 19:07:11
@gotmax:matrix.orggotmax23And yes, developers are not good at naming things...19:07:23
25 Feb 2024
@erebion:erebion.eu@erebion:erebion.eu left the room.10:12:04
26 Feb 2024
@ssbarnea:matrix.orgssbarnea

ansible/vscode-ansible on GitHub
v2.12

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

* Update lightspeed doc link in README ( #1097 ( https://github.com/ansible/vscode-ansible/pull/1097 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )
* Reject feedback API for unlicensed users after disabling tech preview ( #1090 ( https://github.com/ansible/vscode-ansible/pull/1090 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )

Bugfixes
--------

* avoid duplicated suggestionFeedback event ( #1099 ( https://github.com/ansible/vscode-ansible/pull/1099 ) ) @goneri ( https://github.com/goneri )
* Unbound variable error in language server CI jobs ( #1095 ( https://github.com/ansible/vscode-ansible/pull/1095 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )
* Update CI job to assign auto server number for xvfb execution ( #1094 ( https://github.com/ansible/vscode-ansible/pull/1094 ) ) @priyamsahoo ( https://github.com/priyamsahoo )

release note...

15:21:59
@ssbarnea:matrix.orgssbarnea

ansible-core on Python PyPI
v2.16.4 2.16.4

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

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

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

* Built Distribution: ansible_core-2.16.4-py3-none-any.whl ( https://files.pythonhosted.org/packages/f8/bd/d7152b5b78e9363d30eb74b342c7dd577bf85ed28bcd8f4a8b02dce56553/ansible_core-2.16.4-py3-none-any.whl ) - 2250452 bytes

* c55d9a5f55651eb6c7f004ca9a9ed854d8cc310e6b438d96cea051cf3d2b2710 (SHA256)

* Source Distribution: ansible-core-2.16.4.tar.gz ( https://files.pythonhosted.org/packages/af/9c/12755b9ec6b696701fc7a33e8eab7a78f2b769dc0c966079c9005fffc7bf/ansible-core-2.16.4.tar.gz ) - 3170397 bytes

* 2cd208b0915948c88bffad331e5d07097b6edca1872cb53375e51b6719e6a060 (SHA256)

release note...

21:19:53
6 Mar 2024
@ssbarnea:matrix.orgssbarnea

ansible/vscode-ansible on GitHub
v2.13

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

* Send IGNORED feedback if feedback was pending ( #1116 ( https://github.com/ansible/vscode-ansible/pull/1116 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )
* send ansible extension version in lightspeed requests ( #1111 ( https://github.com/ansible/vscode-ansible/pull/1111 ) ) @robinbobbitt ( https://github.com/robinbobbitt )

Bugfixes
--------

* Fix terminal color and navigator command execution ( #1118 ( https://github.com/ansible/vscode-ansible/pull/1118 ) ) @priyamsahoo ( https://github.com/priyamsahoo )
* Do not send ACCEPTED feedback from commit handler ( #1115 ( https://github.com/ansible/vscode-ansible/pull/1115 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )
* Re-enable Lightspeed UI tests ( #1088 ( https://github.com/ansible/vscode-ansible/pull/1088 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )
* Send IGNORED suggestion feedback when active editor/window is changed ( #1113 ( https://github.com/ansible/vscode-ansible/pull/1113 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )
* Reject pending suggestion if text selection changes ( #1107 ( https://github.com/ansible/vscode-ansible/pull/1107 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )
* No inlineSuggestionFeedback if user accepted it on widget ( #1105 ( https://github.com/ansible/vscode-ansible/pull/1105 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )
* Copilot tab completion does not work with v2.12 extension ( #1109 ( https://github.com/ansible/vscode-ansible/pull/1109 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )

release note...

15:12:47
7 Mar 2024
@eric_hoog:matrix.orgeric_hoog

I am looking to write a couple tests for the issue this PR solves:

https://github.com/ansible/molecule/pull/4143

I would want to test a few situations like when the .config/molecule/config.yml file is in the user home dir, when in the project dir, when in both at the same time, and also when none.

I see where tests are written but not 100% sure how to add tests for this since they require a directory structure etc. Anyone have any tips on how to do this? I'm ok with python but not a pro by any means.

20:21:18
14 Mar 2024
@ohnoitsjoe94:matrix.orgohnoitsjoe94 joined the room.09:55:42
@michel:one.ems.hostMichel Lind changed their profile picture.23:08:51
@michel:one.ems.hostMichel Lind changed their profile picture.23:11:09
15 Mar 2024
@michel:one.ems.hostMichel Lind changed their profile picture.02:26:12
18 Mar 2024
@ssbarnea:matrix.orgssbarnea

ansible-core on Python PyPI
v2.16.5rc1 2.16.5rc1

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

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

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

* Built Distribution: ansible_core-2.16.5rc1-py3-none-any.whl ( https://files.pythonhosted.org/packages/38/51/5c82deb9e1c524e03cd8be2eb4e396224412a5c547df59c686b74e77a69b/ansible_core-2.16.5rc1-py3-none-any.whl ) - 2251159 bytes

* 43a749922b4c1a2fb75a9e6bb5a065c36d8e1b207a4074b60cd0f92f76ee926a (SHA256)

* Source Distribution: ansible-core-2.16.5rc1.tar.gz ( https://files.pythonhosted.org/packages/c9/05/bd19e95e4daa1314b6f77db57d3c834c28dbe3e6737ea0d54b11f13a0abe/ansible-core-2.16.5rc1.tar.gz ) - 3176833 bytes

* 4f3e3d2ac3a8212fbd13069272f14eae601a903ef594b7ec673f72ac56a777e9 (SHA256)

release note...

v2.15.10rc1 2.15.10rc1

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

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

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

* Built Distribution: ansible_core-2.15.10rc1-py3-none-any.whl ( https://files.pythonhosted.org/packages/d9/41/267325cb7c1daf127439239354ce0fb937f49c4e1682a3a35cf58cbb714a/ansible_core-2.15.10rc1-py3-none-any.whl ) - 2250368 bytes

* 37c5c44acf4569bf1bb9b76677714d12c9f8b563d79e8abcd4fac008a46d555b (SHA256)

* Source Distribution: ansible-core-2.15.10rc1.tar.gz ( https://files.pythonhosted.org/packages/e5/3c/0a658db5f17be8409099eafc9672ad525884d861253faec4b1fd61f421ef/ansible-core-2.15.10rc1.tar.gz ) - 3172440 bytes

* dbd654d84f92292a5ff277cb7c63cbce9aafedecd13438fa51dca0ccc7a640a9 (SHA256)

release note...

v2.14.15rc1 2.14.15rc1

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

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

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

* Built Distribution: ansible_core-2.14.15rc1-py3-none-any.whl ( https://files.pythonhosted.org/packages/ba/c0/8ce05765aab2e2c05ddcfcbbb226d26cc6810c453f6c1101c22b6753d3ae/ansible_core-2.14.15rc1-py3-none-any.whl ) - 2218699 bytes

* 7f6097ac88dd6ce9f5ed8cb96a541ba1ee378efde6ef3e1f8b8accff14253416 (SHA256)

* Source Distribution: ansible-core-2.14.15rc1.tar.gz ( https://files.pythonhosted.org/packages/49/c3/fb99d001a947fe67c5a145e12eeae0158deb8d6c003b49d4109045ac8944/ansible-core-2.14.15rc1.tar.gz ) - 3151713 bytes

* ed9dfd26d3c573cf5fd54a44738f3bb83336213dd48599cd9bb0de4b38274413 (SHA256)

release note...

20:12:29
23 Mar 2024
@ready2go:matrix.orgPeter Goodall joined the room.23:31:33
25 Mar 2024
@ssbarnea:matrix.orgssbarnea

ansible-core on Python PyPI
v2.14.15 2.14.15

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

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

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

* Built Distribution: ansible_core-2.14.15-py3-none-any.whl ( https://files.pythonhosted.org/packages/7c/36/3611e6fb73a1b0b5051556aa3fd3f47d4617d0afa1c15c76d14c14666598/ansible_core-2.14.15-py3-none-any.whl ) - 2218725 bytes

* bbd58ab13d9124e19a1c415667883104fd36d7688593f4f22b4b7d2ea1dcfa67 (SHA256)

* Source Distribution: ansible-core-2.14.15.tar.gz ( https://files.pythonhosted.org/packages/fb/3c/a9b8fd97e393406c651d3b12571ab2e43b227709cbc6b57d4c9b55e7f0f5/ansible-core-2.14.15.tar.gz ) - 3147659 bytes

* f987222edf3ac1d1a7ca1356e9f4818fbe9222c13681436ebc19fdf9af994e9d (SHA256)

release note...

17:01:40
@ssbarnea:matrix.orgssbarnea

ansible-core on Python PyPI
v2.16.5 2.16.5

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

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

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

* Built Distribution: ansible_core-2.16.5-py3-none-any.whl ( https://files.pythonhosted.org/packages/17/90/0849d3708805372d117ab84d1f8282295ee9968138935ef6a863085d4f7e/ansible_core-2.16.5-py3-none-any.whl ) - 2251186 bytes

* 371b0bb11d109a58982684307c18cc44ff8d408b1b3350c0c5c78d9f096ee1f1 (SHA256)

* Source Distribution: ansible-core-2.16.5.tar.gz ( https://files.pythonhosted.org/packages/d0/49/ef4490d316d74a4f38dde04d9f29d1a3f7c67ba33f53a96612d8e7e56051/ansible-core-2.16.5.tar.gz ) - 3171617 bytes

* cdd29b0ec3f20c35657355a2f6a9c1d0cf1131da99cc9a4a3401801b0ab36d6d (SHA256)

release note...

v2.15.10 2.15.10

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

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

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

* Built Distribution: ansible_core-2.15.10-py3-none-any.whl ( https://files.pythonhosted.org/packages/9b/4c/701bc80ad61721b64ec2549a2a0c509571295cafb959f5558ba46971117d/ansible_core-2.15.10-py3-none-any.whl ) - 2250392 bytes

* 42e49f1a6d8cf6cccde775c06c1394885353b71ad9e5f670c6f32d2890127ce8 (SHA256)

* Source Distribution: ansible-core-2.15.10.tar.gz ( https://files.pythonhosted.org/packages/08/71/f5880f6b87c05079f78238bdb222ab9e8e2189281e1310544deb40382e6d/ansible-core-2.15.10.tar.gz ) - 3168161 bytes

* 954dbe8e4e802a4dd5df0366193975b692a05806aa8d7358418a7e617346b20f (SHA256)

release note...

17:15:17
26 Mar 2024
@laurent-indermuehle:matrix.orglaurent-indermuehle Did I miss something? Why molecule is included in creator-ee? Are we supposed to run ansible-navigator exec -- molecule now? But this won't work. Podman/Docker is not present in creator-ee but is on the host. 10:01:30
@ssbarnea:matrix.orgssbarnea

mkdocs-ansible on Python PyPI
v24.3.0 24.3.0

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

* Add install_from_adt macro ( #117 ( https://github.com/ansible/mkdocs-ansible/pull/117 ) ) @ssbarnea ( https://github.com/ssbarnea )

release note...

11:33:21
27 Mar 2024
@eric_hoog:matrix.orgeric_hoog
In reply to @laurent-indermuehle:matrix.org
Did I miss something? Why molecule is included in creator-ee? Are we supposed to run ansible-navigator exec -- molecule now? But this won't work. Podman/Docker is not present in creator-ee but is on the host.

I had opened this thread on the forum here:
https://forum.ansible.com/t/question-about-molecule-and-creator-ee-image/3053

There was a bit of discussion about it. I assume it might be for some future feature but not fully implemented? Not sure to be honest

03:20:00
@krummebpk:matrix.orgBrad Krumme joined the room.18:19:09
@laurent-indermuehle:matrix.orglaurent-indermuehle Thanks eric_hoog That explain why I found no tutorial or guide about using Molecule with creator-ee. Creator-ee is about to get deprecated soon also. https://github.com/ansible/creator-ee/issues/398 22:08:19
@eric_hoog:matrix.orgeric_hoogNice! Thanks for sharing looks like it has Molecule too22:26:55

There are no newer messages yet.


Back to Room ListRoom Version: 6