Commit Graph

206 Commits

Author SHA1 Message Date
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
kewl fft
7821c33f02 update version number v0.9.0 2021-09-03 21:32:45 +01:00
kewl fft
a952d458b2 remove lf 2021-09-03 18:32:14 +01:00
kewl fft
7d1f3af8e5 minor punctuation changes 2021-09-03 18:30:57 +01:00
kewl fft
80da3e9725 minor wording improvements 2021-09-03 18:29:20 +01:00
kewl fft
9e763ce3f5 minor wording change 2021-09-03 18:08:21 +01:00
kewl fft
6a33062eab define fqcn at first use 2021-09-03 18:06:37 +01:00
kewl fft
319a451c6f comment # missing 2021-09-03 18:05:41 +01:00
kewl
c64679b9ff Merge pull request #58 from gotmax23/move_to_collection
Migrate `aur` module from legacy role to collection
2021-09-03 18:00:51 +01:00
Maxwell G
6c553054b9 Add information about installing aur as a local custom module
Please ignore the other reformatted table and other formatting changes.
My markdown editor automatically formats markdown.
2021-08-16 20:21:01 -05:00
Maxwell G
ad64e0acb4 Properly format aur_builder example code block 2021-08-16 19:08:20 -05:00
Maxwell G
ba04d0efc0 Change create_home:no to create_home:yes in README
For certain use cases, the `aur_builder` requires a home directory.

Fixes #59
2021-08-04 14:11:13 -05:00
Maxwell G
6a32a018ee Update README with information about collection 2021-08-04 14:11:13 -05:00
Maxwell G
97851cd308 Create workflow to push collection to Galaxy
This is a Github Actions workflow that pushes the collection to Ansible
Galaxy when a Github release is created.
2021-08-04 14:10:58 -05:00
Maxwell G
91fd5a6513 Create collection metadata and directory structure 2021-08-02 21:20:39 -05:00
kewl
60c02a6652 Merge pull request #56 from grcancelliere/bugfix/def-lang-upgrade
Fix upgrade changed logic and language definition when using pikaur
v0.43
2021-04-16 08:21:57 +01:00
kewl fft
6f5df32b4b lower case before test 2021-04-16 08:20:52 +01:00
kewl fft
93230880db capital N with pikaur 2021-04-16 08:15:27 +01:00
grcancelliere
813cbadc18 Fix upgrade changed logic and language definition when using pikaur 2021-04-16 07:55:46 +02:00
kewl
dc101ae394 Merge pull request #55 from Terseus/bugfix/ansible-doc-2.10-fix
Fix `ansible-doc aur` error about dictionary element length
2021-04-03 11:31:48 +01:00
Terseus
706b236058 Fix ansible-doc aur error about dictionary element length
Fixes the following error when running `ansible-doc aur`:

```
ERROR! Unable to retrieve documentation from 'aur' due to: dictionary
update sequence element #0 has length 1; 2 is required
```

It was because the `helper` value in the `RETURN` section was missing
the `description` key.
2021-04-03 12:17:10 +02:00
kewl
e8655fcf1c Merge pull request #53 from brettinternet/patch-1
Improve aur_builder example
2021-01-30 08:01:42 -05:00
Brett
d05e0bc979 add field for aur_builder user example without home dir 2021-01-29 22:43:26 -07:00
kewl
bff54cb367 Merge pull request #52 from hummeltech/Paru
Added `paru` as a helper option
2021-01-26 14:31:25 -05:00
David Hummel
652b11fd76 Alignment adjustment of Options table in README.md 2021-01-26 12:28:14 -07:00
David Hummel
5d5cc1e20d Added paru as a helper option 2021-01-26 10:41:55 -07:00