mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-02-24 09:03:29 +07:00
Force start backuppc
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user