mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 13:44:16 +00:00
Ensure riot directory exists
This commit is contained in:
parent
865223e45b
commit
449504e17a
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
- name: Create riot directory
|
||||
file:
|
||||
dest: "{{ riot_webapp_dir }}"
|
||||
state: directory
|
||||
|
||||
- name: Download and install riot web app
|
||||
import_tasks: download.yml
|
||||
|
||||
|
|
Loading…
Reference in a new issue