mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
minor corr pip-install
perhaps there may be pip distribution using "pip-install" but "pip install" is universal afaik
This commit is contained in:
parent
49b0ff18a7
commit
c4ab7009b2
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ You will want to install the dependencies needed by Ansible with pip if going fr
|
||||||
|
|
||||||
# on Ubuntu, for example:
|
# on Ubuntu, for example:
|
||||||
apt-get install python-dev python-pip
|
apt-get install python-dev python-pip
|
||||||
pip-install PyYAML Jinja2 paramiko
|
pip install PyYAML Jinja2 paramiko
|
||||||
|
|
||||||
Once running the env-setup script you'll be running from checkout and the default inventory file
|
Once running the env-setup script you'll be running from checkout and the default inventory file
|
||||||
will be /etc/anisble/hosts. You can optionally specify an inventory file (see :doc:`patterns`)
|
will be /etc/anisble/hosts. You can optionally specify an inventory file (see :doc:`patterns`)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue