Created
August 26, 2015 00:07
-
-
Save anonymous/ecffe777211a8de2f3cc to your computer and use it in GitHub Desktop.
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
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