Skip to content

Instantly share code, notes, and snippets.

@smagiera
Created February 3, 2020 09:59
Show Gist options
  • Save smagiera/7b2561ddba468ac3587ca66a805e1a4b to your computer and use it in GitHub Desktop.
Save smagiera/7b2561ddba468ac3587ca66a805e1a4b to your computer and use it in GitHub Desktop.
- name: Install utility packages common to all hosts
apt:
name:
- aptitude
- jq
- curl
- git-core
- at
state: present
autoclean: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment