<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ansible-distro-configure.git/roles/python/tasks/main.yml, branch mac-nvidia-drivers</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.me</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=382346533231b08cbe900fad6fce633a5efb01a2'/>
<id>382346533231b08cbe900fad6fce633a5efb01a2</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.me</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=7175c1ae0918af8d1a9395ceb6cc61b03c72445e'/>
<id>7175c1ae0918af8d1a9395ceb6cc61b03c72445e</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.me</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=87cf9ba56ebe545e0f60e1173e2abf435abf779d'/>
<id>87cf9ba56ebe545e0f60e1173e2abf435abf779d</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.me</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=0198149b9cdb44b88209760bb54423c522cc1a8d'/>
<id>0198149b9cdb44b88209760bb54423c522cc1a8d</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.me</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=ab9b04baac2970fdcea9999e2bcfd7d60d3fc23d'/>
<id>ab9b04baac2970fdcea9999e2bcfd7d60d3fc23d</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.me</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=ce8eaa97edc29485f81e7f95ad2abdf8c0573629'/>
<id>ce8eaa97edc29485f81e7f95ad2abdf8c0573629</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.me</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=1e97d4ae82af7b08e640f4690497ac8806475e33'/>
<id>1e97d4ae82af7b08e640f4690497ac8806475e33</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.me</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=d5c97427499862c168414996763f7fc55438eb54'/>
<id>d5c97427499862c168414996763f7fc55438eb54</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.me</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=5430f814c62612f0693ad69e1b67c841febd9c8c'/>
<id>5430f814c62612f0693ad69e1b67c841febd9c8c</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.me</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=61e0f270fe813786a1b97a91b6bbb18c506931b9'/>
<id>61e0f270fe813786a1b97a91b6bbb18c506931b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
