CodeSamples icon indicating copy to clipboard operation
CodeSamples copied to clipboard

Creating the repository gives an error in file installAnsible.py

Open Nightlink09 opened this issue 4 years ago • 0 comments

Hello Knox,

First of all thank you for your clear instructions on CBT-nuggets!

I ran into an issue when I wanted to install ansible. When I pasted in "sudo apt-add-repository ppa: ansible/ansible" I got the message "Error: need a single repository as argument". I searched online and came with an solution that helped me: between ppa: ansible/ansible there has to be no spaces in order to work. It worked for me when I used the command "sudo apt-add-repository ppa:ansible/ansible"

Kind regards.

Nightlink09 avatar Jun 02 '21 09:06 Nightlink09