From 5f0b74bac2966126a68c033fbb5bebf8fcb516da Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 22 Feb 2025 13:26:42 +0900 Subject: [PATCH] Update docs/ansible.md: remove a whitespace character Signed-off-by: Suguru Hirahara --- docs/ansible.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ansible.md b/docs/ansible.md index 7458def5b..83814cc92 100644 --- a/docs/ansible.md +++ b/docs/ansible.md @@ -109,7 +109,7 @@ To authenticate at your server using a password, you need to add a package. So, apk add sshpass ``` -Then, to be asked for the password whenever running an `ansible-playbook` command add `--ask-pass` to the arguments of the command. +Then, to be asked for the password whenever running an `ansible-playbook` command add `--ask-pass` to the arguments of the command. #### Resolve directory ownership issues