sync roles with changes from OWS
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
---
|
||||
|
||||
- name: Mount Volume
|
||||
import_tasks: volume.yml
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
state: directory
|
||||
mode: "0755"
|
||||
|
||||
- name: Copy SSL certificates for {{ webserver_domain }}
|
||||
- name: "Copy SSL certificates for {{ webserver_domain }}"
|
||||
copy:
|
||||
remote_src: true
|
||||
# make sure that ssl certs are available
|
||||
|
||||
@@ -9,8 +9,9 @@
|
||||
|
||||
- name: Creates mount directory
|
||||
file:
|
||||
path: "{{ hcloud_webserver_volume_path }}"
|
||||
state: directory
|
||||
path: "{{ hcloud_webserver_volume_path }}"
|
||||
mode: "0755"
|
||||
force: false
|
||||
|
||||
- name: Mount hcloud volume
|
||||
|
||||
Reference in New Issue
Block a user