Use Ansible collection for some roles, config updates
This commit is contained in:
parent
1fe1ce6bbc
commit
c6802f992e
14 changed files with 21 additions and 70 deletions
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
- name: create directory
|
||||
file:
|
||||
path: /var/www/_error-pages
|
||||
path: /var/www/error-pages
|
||||
state: directory
|
||||
|
||||
- name: copy error-pages
|
||||
copy:
|
||||
src: error-pages/
|
||||
dest: /var/www/_error-pages/
|
||||
dest: /var/www/error-pages/
|
||||
|
||||
- name: copy error-pages.conf
|
||||
copy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue