<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ansible-distro-configure.git/roles/python/tasks/main.yml, branch main</title>
<subtitle>Ansible Roles to configure different (linux) distros
</subtitle>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/'/>
<entry>
<title>Remove unnecessary failed_when added by claude.ai</title>
<updated>2026-03-04T13:01:30+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2026-03-04T13:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=aec27231c62426bab38bb92be7bc906d6ff3024e'/>
<id>aec27231c62426bab38bb92be7bc906d6ff3024e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cosmetic warnings and undefined error</title>
<updated>2026-03-04T00:04:36+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2026-03-04T00:04:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=d9e042a218f619e68bbcfb27d679babb15d325dd'/>
<id>d9e042a218f619e68bbcfb27d679babb15d325dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor language roles to use mise and install multiple version support</title>
<updated>2026-03-03T23:49:46+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2026-03-03T23:47:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=570555cf2d464078190240df724ca4f148c72b48'/>
<id>570555cf2d464078190240df724ca4f148c72b48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the environment warning</title>
<updated>2026-02-11T22:22:49+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2026-02-11T22:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=02640a43c6dd3c89412777f6bf092e01022589ef'/>
<id>02640a43c6dd3c89412777f6bf092e01022589ef</id>
<content type='text'>
Adding uv to /usr/local/bin which is already in PATH, removing the need
of having environment in the path
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding uv to /usr/local/bin which is already in PATH, removing the need
of having environment in the path
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ansible_facts to use only bracket notation instead of dot notation</title>
<updated>2026-01-24T15:24:28+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2026-01-24T15:24:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=6d927c0f20f95dfb1ece8766dfaf34805bc2f820'/>
<id>6d927c0f20f95dfb1ece8766dfaf34805bc2f820</id>
<content type='text'>
Co-authored-by: claude.ai
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: claude.ai
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ansible 2.20.1 deprecation warning about ansible_vars</title>
<updated>2026-01-24T00:03:37+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2026-01-23T23:33:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=d7b3463a79a50dc81d28d530c5212a1749efbb15'/>
<id>d7b3463a79a50dc81d28d530c5212a1749efbb15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update python path setup to have it usable across multiple roles</title>
<updated>2026-01-18T21:19:16+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2026-01-18T21:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=a9614c6df034ee6d2ef7b9facb9d4af422f04170'/>
<id>a9614c6df034ee6d2ef7b9facb9d4af422f04170</id>
<content type='text'>
Since my dotfile setup already included this, I updated the markers to
allow having this block only once and avoid having it duplicated many
times

Ref: https://git.sr.ht/~a14m/.rc/commit/56a3b484c39f227f4678517280ee560ac8c809d0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since my dotfile setup already included this, I updated the markers to
allow having this block only once and avoid having it duplicated many
times

Ref: https://git.sr.ht/~a14m/.rc/commit/56a3b484c39f227f4678517280ee560ac8c809d0
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix python install not to always report changed</title>
<updated>2025-11-03T21:58:57+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2025-11-03T21:58:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=375bd8bb283cdce04cb2a65c489f0c6f46a975a9'/>
<id>375bd8bb283cdce04cb2a65c489f0c6f46a975a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement a better download/install for python, pihole and go role</title>
<updated>2025-10-20T13:17:20+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2025-10-19T23:55:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=34039e4525b21534b20c3aa68a543e0b2d13dda1'/>
<id>34039e4525b21534b20c3aa68a543e0b2d13dda1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor python role to remove homebrew dependency</title>
<updated>2025-10-19T22:48:59+00:00</updated>
<author>
<name>Ahmed Abdelhalim</name>
<email>pm@a14m.dev</email>
</author>
<published>2025-10-19T22:06:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.a14m.dev/ansible-distro-configure.git/commit/?id=806deb655dc2cce32ceffde65ebb7abe88937da1'/>
<id>806deb655dc2cce32ceffde65ebb7abe88937da1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
