Skip to content

Instantly share code, notes, and snippets.

Created August 26, 2015 00:07
Show Gist options
  • Save anonymous/ecffe777211a8de2f3cc to your computer and use it in GitHub Desktop.
Save anonymous/ecffe777211a8de2f3cc to your computer and use it in GitHub Desktop.
tasks:
- name: install prerequisite packages
apt:
update_cache: yes
name: "{{ item }}"
install_recommends: no
state: latest
with_items:
- nginx
- python-pip
- python-dev
- build-essential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment