Commit Graph

181 Commits (v0.9.0)

Author SHA1 Message Date
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
kewl fft a5877d3698 correct extra_args option in readme 2020-05-31 19:23:01 -04:00
kewl fft d23b822be0 combine checks for makepkg 2020-05-31 19:19:31 -04:00
kewl fft 3e5e49114d remove incorrect use of required_by 2020-05-31 19:15:38 -04:00
kewl e03b3f0579
Merge pull request #39 from chpatton013/use-args
Add extra_args option for helpers and makepkg
2020-05-31 19:00:33 -04:00
Christopher Patton 2e5b1d883d Rename and re-type use_args to extra_args 2020-05-31 10:24:29 -07:00
Christopher Patton 30d818dbee Pass use_args to makepkg as well 2020-05-31 08:33:45 -07:00
Christopher Patton 59d3e012ea Explicitly pass makepkg-specific params through install functions 2020-05-31 08:33:28 -07:00
Christopher Patton 6615fd76e9 Fix inaccurate docs about option compatibility 2020-05-30 20:07:14 -07:00
Christopher Patton 707f445620 Distinguish between helpers and tools in documentation 2020-05-30 19:35:02 -07:00
Christopher Patton ce466fc05d Update documentation to reflect practical default of upgrade 2020-05-30 19:35:02 -07:00
Christopher Patton 6cc320a5e2 Add use_args option 2020-05-30 19:35:02 -07:00
Christopher Patton 43f8736f76 Split main into testable functions 2020-05-30 12:00:08 -07:00
Christopher Patton cc5012c5af Dedupe install and upgrade command generation 2020-05-30 12:00:08 -07:00
Christopher Patton 1f09b94fbb Simplify error reporting 2020-05-30 12:00:08 -07:00