Skip to content

Commit

Permalink
Merge pull request #316 from ezr-ondrej/debian-install
Browse files Browse the repository at this point in the history
Add debian install documentation

Reviewed-by: https://github.com/apps/ansible-zuul
  • Loading branch information
ansible-zuul[bot] committed Feb 17, 2020
2 parents 983f2fa + dbc5a3f commit 052198f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/install.rst
Expand Up @@ -20,6 +20,24 @@ To install from the latest Fedora sources::

$ dnf install python-ansible-runner

Debian
------

Add an ansible-runner repository::

$ apt-get update
$ echo 'deb https://releases.ansible.com/ansible-runner/deb/ <trusty|xenial|stretch> main' > /etc/apt/sources.list.d/ansible.list

Add a key::

$ apt-key adv --keyserver keyserver.ubuntu.com --recv 3DD29021

Install the package::

$ apt-get update
$ apt-get install ansible-runner


From source
-----------

Expand Down

0 comments on commit 052198f

Please sign in to comment.