Created
February 3, 2020 09:59
-
-
Save smagiera/7b2561ddba468ac3587ca66a805e1a4b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
- 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