instituteofai / iai-aws-infra

Infrastructure setup for IAI Labs demos
1 stars 1 forks source link

Delete default nginx configuration #1

Closed ravimashru closed 4 years ago

ravimashru commented 4 years ago

Added the following task to remove the default nginx site:

- name: remove default nginx site
  file: path=/etc/nginx/sites-available/default state=absent

However, when I SSHed into the server, the default symlink was still there and I had to manually remove it (and restart nginx).

ravimashru commented 4 years ago

Fixed with 04354ecc79bbda3bc31eee8e05993058dfafffc7