Commit Graph

195 Commits (v0.10.0)

Author SHA1 Message Date
kewl fft 87a15853fa proper version bump 2021-11-04 21:44:50 +00:00
kewl fft 7285f5aaaa correct version tag 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
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 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 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
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
kewl fft 95aa8f3047 exit with error if empty name list 2021-01-20 16:57:45 -05:00
kewl 592c6d9841
Merge pull request #46 from ckotte/pkgbuild
Add pkgbuild option to build local package
2020-10-01 13:39:11 +02:00
Christian Kotte e1a11c703b
Change formatting of notes in README 2020-10-01 13:10:52 +02:00
Christian Kotte 71c32ac3f5
Add pkgbuild option 2020-10-01 13:10:50 +02:00
Christian Kotte ddab7c7403
Change module_utils.basic import to AnsibleModule
Flake 8 displays a warning: unable to detect undefined names
2020-09-24 12:30:03 +02:00
kewl fft c2fd7b31e4 add check_mode for upgrade 2020-08-08 17:58:32 -04:00
kewl fft 5aebeda3d4 combine auto tests 2020-05-31 19:56:33 -04:00
kewl fft a470eed6e1 review extra args comments 2020-05-31 19:47:54 -04:00
kewl fft 559f25fc41 allow use of makepkg options with auto as long as the only tool available 2020-05-31 19:40:17 -04:00
kewl fft c14810589a allow makepkg options with auto as long as only tool available 2020-05-31 19:39:46 -04:00
kewl fft 5717af2db0 remove useless brackets 2020-05-31 19:25:13 -04:00