Skip to content

Instantly share code, notes, and snippets.

@andrekutianski
Created February 9, 2017 23:05
Show Gist options
  • Save andrekutianski/a2c0d479bf617462d45044f049166887 to your computer and use it in GitHub Desktop.
Save andrekutianski/a2c0d479bf617462d45044f049166887 to your computer and use it in GitHub Desktop.
# Installing all packages with one task (faster)
- name: install required packages using the apt module
apt: package={{ item }} update_cache=yes
sudo: True
with_items:
- git
- memcached
- nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment