Created
December 25, 2015 16:16
-
-
Save komuw/992dc7e9eb320c812f07 to your computer and use it in GitHub Desktop.
install nginx and override old config
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
- 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