Created
December 7, 2017 17:04
-
-
Save boxrick/ae85da1eedd485930a37a3dfd6e08329 to your computer and use it in GitHub Desktop.
Ansible postinstall preseed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add in apt repository for Ansible 2.4 then install | |
echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu xenial main" > /etc/apt/sources.list.d/ansible-ubuntu-ansible-xenial.list | |
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7BB9C367 | |
apt-get update | |
apt-get upgrade ansible -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment