-
-
Save tgerla/7578f9833fbb91c0a735 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