Skip to content

Instantly share code, notes, and snippets.

@chadoh
Created October 29, 2013 14:11
Show Gist options
  • Save chadoh/7215387 to your computer and use it in GitHub Desktop.
Save chadoh/7215387 to your computer and use it in GitHub Desktop.
- name: Update apt
apt: update_cache=yes
sudo: yes
- name: install nginx and needed packages
apt: pkg=$item state=latest force=yes
sudo: yes
with_items:
- libpcre3
- libpcre3-dev
- libssl-dev
- nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment