mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix comment in example config file.
The config file incorrectly mentions the --private-key-file flag. Should be --private-key
This commit is contained in:
parent
0709c48f64
commit
869a97e1cb
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ module_name = command
|
|||
|
||||
remote_tmp = $HOME/.ansible/tmp
|
||||
|
||||
# the default pattern for ansible-playbooks ("hosts:")
|
||||
# the default pattern for ansible-playbooks ("hosts:")
|
||||
|
||||
pattern = *
|
||||
|
||||
|
@ -62,7 +62,7 @@ remote_port=22
|
|||
#remote_user=root
|
||||
|
||||
# if set, always use this private key file for authentication, same as if passing
|
||||
# --private-key-file to ansible or ansible-playbook
|
||||
# --private-key to ansible or ansible-playbook
|
||||
|
||||
#private_key_file=/path/to/file
|
||||
|
||||
|
|
Loading…
Reference in a new issue