fix intend

This commit is contained in:
Michael Rennecke 2020-05-14 21:47:00 +02:00
parent 8ae8201d82
commit f1ba14ff20
1 changed files with 17 additions and 17 deletions

View File

@ -1,19 +1,19 @@
---
- name: nextcloud data
file:
path: "{{ nextcloud_data }}"
state: directory
recurse: yes
- name: nextcloud container
docker_container:
name: nextcloud.0rpheus.net
image: "nextcloud:{{ nextcloud_version }}"
pull: yes
restart_policy: always
ports:
- 127.0.0.1:2090:80
volumes:
- "{{ nextcloud_data }}:/var/www/html/"
- name: nextcloud data
file:
path: "{{ nextcloud_data }}"
state: directory
recurse: yes
- name: nextcloud container
docker_container:
name: nextcloud.0rpheus.net
image: "nextcloud:{{ nextcloud_version }}"
pull: yes
restart_policy: always
ports:
- 127.0.0.1:2090:80
volumes:
- "{{ nextcloud_data }}:/var/www/html/"