Skip to content

Instantly share code, notes, and snippets.

@komuw
Created December 25, 2015 16:16
Show Gist options
  • Save komuw/992dc7e9eb320c812f07 to your computer and use it in GitHub Desktop.
Save komuw/992dc7e9eb320c812f07 to your computer and use it in GitHub Desktop.
install nginx and override old config
- name: install newer nginx and ovveride old config file
shell: sudo apt-get -y -o Dpkg::Options::=--force-confnew install nginx
notify: restart nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment