Add backup to nginx config; fix another unit test.

This commit is contained in:
Buster "Silver Eagle" Neece 2018-02-14 00:08:47 -06:00
parent 93cfa609c2
commit c6112ce530
2 changed files with 2 additions and 2 deletions

View File

@ -49,6 +49,6 @@ class C02_Station_MediaCest extends CestAbstract
$I->amOnPage('/station/'.$station_id.'/files');
$I->see('Media Manager');
$I->see('Music Files');
}
}

View File

@ -42,7 +42,7 @@
- name: Add nginx global config
become: true
template: src=nginx.conf.j2 dest=/etc/nginx/nginx.conf
template: src=nginx.conf.j2 dest=/etc/nginx/nginx.conf backup=yes
- name: Add app-specific nginx site
become: true