pascalbe-dev / ubuntu-os-setup

A repository to automate the setup of a ubuntu developer operating system
2 stars 3 forks source link

Fix installing ansible #41

Closed pascalbe-dev closed 9 months ago

pascalbe-dev commented 9 months ago

During the installation, ansible can not be installed. We lack these steps in the installer:

$ sudo apt update $ sudo apt install software-properties-common $ sudo add-apt-repository --yes --update ppa:ansible/ansible $ sudo apt install ansible