From ad64e0acb400c32b9aba2064e86752ab292ac599 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Mon, 16 Aug 2021 19:08:20 -0500 Subject: [PATCH] Properly format `aur_builder` example code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01a9b9d..6861bab 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The following helpers are supported and automatically selected, if present, in t While Ansible expects to SSH as root, makepkg or AUR helpers do not allow executing operations as root, they fail with "you cannot perform this operation as root". It is therefore recommended to create a user, which is non-root but has no need for password with pacman in sudoers, let's call it *aur_builder*. This user can be created in an Ansible task with the following actions: -``` +``` yaml - name: Create the `aur_builder` user ansible.builtin.user: name: aur_builder