From aed7b9bacd2e928185d9b2e26e7f3dfa0c5dcc86 Mon Sep 17 00:00:00 2001 From: kewl fft Date: Sun, 31 Dec 2017 18:19:06 +0100 Subject: [PATCH] README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2446a6a..a693e95 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Ansible module to use some AUR helpers. The following helpers are supported and - [trizen](https://github.com/trizen/trizen) - [yaourt](https://github.com/archlinuxfr/yaourt) - [yay](https://github.com/Jguer/yay) +- internal helper ## Options |parameter |required |default |choices |comments| @@ -16,6 +17,7 @@ Ansible module to use some AUR helpers. The following helpers are supported and ### Note * Either *name* or *upgrade* is required, both cannot be used together. * *skip_installed* cannot be used with *upgrade*. +* In the *use* *auto* mode, the internal mode is used as a fallback if no known helper is found ## Installing 1. Clone the *ansibe-aur* repository in your playbook custom-module directory: @@ -44,12 +46,12 @@ Use it in a task, as in the following examples: become: yes become_user: user_that_has_nopasswd_in_sudoers_for_pacman_use -# Install - using the first known helper found +# Install package_name using the first known helper found - aur: name=package_name become: yes become_user: user_that_has_nopasswd_in_sudoers_for_pacman_use -# Install - using trizen +# Install package_name_1 and package_name_2 using trizen - aur: use: trizen name: