Force start backuppc

pull/14/head
Emilien Mantel 2015-12-23 22:37:37 +01:00
parent 7c9c7ab474
commit d463b690ec
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@
- ../../
post_tasks:
- apt: pkg=backuppc state=present
- service: name=backuppc state=started
- name: -- Add PHP file --
copy: dest="{{ nginx_root }}/{{ item }}/public/index.php" content="<?php phpinfo();"
with_items: ['test-php.local', 'test-php-index.local']