231 Commits

Author SHA1 Message Date
kewl
7affd00193 Update galaxy.yml
version bump
v0.13.0
2025-08-22 21:39:16 +01:00
kewl
8e6f0f49bd Update galaxy.yml
revert override
2025-08-22 21:32:00 +01:00
kewl
bb73f524ca Update galaxy.yml
improve version handling
2025-08-22 21:27:58 +01:00
kewl
62193e882c Update galaxy.yml
improve version check
2025-08-22 21:18:17 +01:00
kewl
290b852836 Update galaxy.yml
bump version
v0.12.2
2025-08-22 21:13:35 +01:00
kewl
31828edaf9 Update galaxy.yml
add log
2025-08-22 20:53:45 +01:00
kewl
610e14b8c2 Update galaxy.yml
fix path
2025-08-22 20:51:19 +01:00
kewl
b8da3380f5 Update galaxy.yml
fixed path
2025-08-22 20:49:26 +01:00
kewl
984cb9fde1 Update galaxy.yml
finds tarball
2025-08-22 20:47:01 +01:00
kewl
0d4d6aa3e7 Update galaxy.yml
fix publish
2025-08-22 20:44:24 +01:00
kewl
d2f3fb5802 Update galaxy.yml
fixed deployment and improve version check
2025-08-22 20:41:09 +01:00
kewl
3ec32e68a3 Update galaxy.yml
updated key name
2025-08-22 20:31:43 +01:00
kewl
37d4b45acd Update galaxy.yml
v bump
v0.12.1
2025-08-22 20:20:50 +01:00
kewl
ebb5e9aed1 Merge pull request #84 from mfinelli/fixgithubactions
Fix github actions
2025-08-22 20:17:52 +01:00
Mario Finelli
2ef95d29d6 Remove setup-python action
Ansible (and ansible-core) is already installed in the runner images
which should be enough to interact with ansible galaxy without needing
to install any additional packages.
2025-08-21 11:25:50 +02:00
Mario Finelli
c58c59c63d Fix output syntax
A while ago Github deprecated and removed the ::set-output syntax in
favor of appending to the GITHUB_OUTPUT.
2025-08-21 11:18:40 +02:00
Mario Finelli
b2ed7c1dc6 Upgrade to latest actions versions
We need to use the latest versions because older nodejs runtimes have
been deprecated and removed some time ago.

As a bonus, the latest version of the setup-python action supports
caching pip dependencies out-of-the-box (setting the appropriate cache
option) so we can eliminate a few of the manual steps to setup
dependency caching.

Finally, I also bumped the python version to 3.13 which is what
currently ships in the Arch repositories, not that it really matters.
2025-08-21 11:16:20 +02:00
Mario Finelli
a2267b88a3 Switch to ubuntu-latest runner
The ubuntu-20.04 runner is no longer available. Switch to latest so that
we don't need to keep updating this as time passes, we don't depend on
anything for a specific ubuntu version.
2025-08-21 11:15:43 +02:00
kewl
768c15ad24 Update galaxy.yml v0.12.0 2025-08-18 17:46:06 +01:00
kewl
0182711634 Merge pull request #82 from ammarlakis/detailed-return
Add installed and updated packages to output
2025-08-18 17:28:57 +01:00
kewl
73c68bfd79 Merge pull request #83 from ammarlakis/absent-state
Add package absent state
2025-08-18 17:23:57 +01:00
Ammar Lakis
21f86cbb6e Add installed and updated packages to output 2025-08-17 17:09:12 +02:00
Ammar Lakis
c348e578cb Add package absent state 2025-08-15 22:39:38 +02:00
kewl fft
fe050018db galaxy version updated to 0.11.1 v0.11.1 2023-07-08 19:37:19 +01:00
kewl fft
326836ddbe galaxy version updated 2023-07-08 19:36:22 +01:00
kewl fft
583c7597a9 minor optimizations v0.11.0 2023-07-08 19:20:32 +01:00
kewl fft
cbf843e1db Replaced the changed_iter = changed_iter or ... statement with the changed_iter |= ... compound assignment operator for brevity 2023-07-08 18:56:02 +01:00
kewl fft
2a076dc6a0 optimize check_packages lists construction 2023-07-08 18:51:35 +01:00
kewl
8d177a7550 Merge pull request #78 from jp1995/master
fix for issue #77
2023-07-08 18:40:26 +01:00
kewl
b469b5a641 Merge pull request #73 from LorenzoBettini/LorenzoBettini-patch-1
"mode: 0644" in the README example
2023-07-08 18:30:26 +01:00
jp1995
63d3056a82 fix for issue #77 2023-07-07 18:15:52 +03:00
Lorenzo Bettini
91c6d70184 "mode: 0644" in the README example
When using ansible-lint it would complain about "risky-file-permissions: File permissions unset or incorrect".
Making the `mode` explicit avoids the problem
2022-05-24 14:29:56 +02:00
kewl
9b25b11cea Merge pull request #66 from gotmax23/master
Remove unnecessary files from collection tarball
2021-11-08 11:03:48 +00:00
kewl
2c090a49a8 Merge pull request #67 from LorenzoBettini/patch-1
Use become: yes in the example for creating aur_builder
2021-11-08 08:18:34 +00:00
Lorenzo Bettini
07e5fe301f Use become: yes in the example for creating aur_builder
It is my understanding that for creating the `aur_builder` you have to become root; maybe that's something one does in the whole playbook, but if one wants to specify that only when it's needed, the example could be improved as suggested, so that it's self-contained and can be simply copied and pasted.
2021-11-07 13:08:56 +01:00
Maxwell G
49a077790e Remove unnecessary files from collection tarball 2021-11-04 16:55:37 -05:00
kewl fft
87a15853fa proper version bump v0.10.0 2021-11-04 21:44:50 +00:00
kewl fft
7285f5aaaa correct version tag v0.9.3 2021-11-04 21:34:04 +00:00
kewl fft
cda508cfc0 correct version tag 2021-11-04 21:30:30 +00:00
kewl
c8bf68a91b Merge pull request #63 from assapir/master
Add support for refresh package
v0.9.2
2021-11-01 17:41:27 +00:00
Assaf Sapir
2319468c2e use update_cache 2021-10-22 12:23:07 +03:00
Assaf Sapir
f12cb1b36b Fix parameter 2021-10-21 19:49:24 +03:00
Assaf Sapir
e8108fe3e4 Fix parameter 2021-10-21 19:44:02 +03:00
Assaf Sapir
472a92ff8e fix bug and update version 2021-10-19 20:59:14 +03:00
Assaf Sapir
b3e47d6395 Add support for refresh package 2021-10-19 20:48:51 +03:00
kewl fft
47fbee75b9 version bump v0.9.1 2021-09-04 08:55:14 +01:00
kewl
a19f5db22a Merge pull request #62 from gotmax23/patch-2
Fix spelling error in README
2021-09-04 08:42:34 +01:00
kewl
8cf53bd930 Merge pull request #61 from gotmax23/patch-1
Add direct link to AUR package
2021-09-04 08:42:03 +01:00
Maxwell G
095a450558 Fix spelling error in README
This commit fixes a spelling mistake that I made.
2021-09-03 16:27:23 -05:00
Maxwell G
de8f8ef272 Add direct link to AUR package
I just pushed `ansible-collection-kewlfft-aur` to the AUR, so I added a direct link to it in the README.
2021-09-03 16:05:45 -05:00