Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first chapter debian installation instruction are wrong #370

Open
kaplandani opened this issue Jan 10, 2021 · 0 comments
Open

first chapter debian installation instruction are wrong #370

kaplandani opened this issue Jan 10, 2021 · 0 comments

Comments

@kaplandani
Copy link

kaplandani commented Jan 10, 2021

these will not work on debian 10:
$ sudo apt-add-repository -y ppa:ansible/ansible
$ sudo apt-get update
$ sudo apt-get install -y ansible

you might try this:
apt install gpg-agent
apt-get install software-properties-common
apt-add-repository -y ppa:ansible/ansible

put running apt-get update fails with this repo.

I've ended up just running apt-get install ansible and got the 2.7.7 installed.

using these (from ansible site) gives you 2.9 installed:
Installing Ansible on Debian
Debian users may leverage the same source as the Ubuntu PPA.

Add the following line to /etc/apt/sources.list:

deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main
Then run these commands:

$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
$ sudo apt update
$ sudo apt install ansible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@kaplandani and others