Update docs/ansible.md: remove a whitespace character

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara 2025-02-22 13:26:42 +09:00
parent edc2cab925
commit 5f0b74bac2
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75

View File

@ -109,7 +109,7 @@ To authenticate at your server using a password, you need to add a package. So,
apk add sshpass 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 #### Resolve directory ownership issues