drosofff
9/9/2016 - 3:48 PM

Update ansible to newest version using apt-get

Update ansible to newest version using apt-get

# as root do:
apt-get install software-properties-common && apt-add-repository ppa:ansible/ansible && apt-get update && apt-get install ansible