mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix grammar (#16037)
This commit is contained in:
parent
1c1f0a62b3
commit
d81b9ca29e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ a file at a given filepath.
|
||||||
(Docs about crypted save modes are pending)
|
(Docs about crypted save modes are pending)
|
||||||
|
|
||||||
If the file exists previously, it will retrieve its contents, behaving just like with_file. Usage of variables like "{{ inventory_hostname }}" in the filepath can be used to set
|
If the file exists previously, it will retrieve its contents, behaving just like with_file. Usage of variables like "{{ inventory_hostname }}" in the filepath can be used to set
|
||||||
up random passwords per host (what simplifies password management in 'host_vars' variables).
|
up random passwords per host (which simplifies password management in 'host_vars' variables).
|
||||||
|
|
||||||
Generated passwords contain a random mix of upper and lowercase ASCII letters, the
|
Generated passwords contain a random mix of upper and lowercase ASCII letters, the
|
||||||
numbers 0-9 and punctuation (". , : - _"). The default length of a generated password is 20 characters.
|
numbers 0-9 and punctuation (". , : - _"). The default length of a generated password is 20 characters.
|
||||||
|
|
Loading…
Reference in a new issue