1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Correct --private-key argument name in Getting Started

This commit is contained in:
Tim Gerla 2013-01-20 13:24:03 -08:00
parent 4c64d0d6be
commit b814f3dc66

View file

@ -197,7 +197,7 @@ Set up SSH agent to avoid retyping passwords:
$ ssh-agent bash $ ssh-agent bash
$ ssh-add ~/.ssh/id_rsa $ ssh-add ~/.ssh/id_rsa
(Depending on your setup, you may wish to ansible's --private-key-file option to specify a pem file instead) (Depending on your setup, you may wish to ansible's --private-key option to specify a pem file instead)
Now ping all your nodes: Now ping all your nodes: