xoxys.freshrss_docker/tasks/prepare.yml
Robert Kaussow 7f5f8a7456
All checks were successful
continuous-integration/drone/push Build is passing
remove postgres integration
2019-10-26 21:41:09 +02:00

9 lines
168 B
YAML

---
- name: Ensure service directory exists
file:
path: "{{ freshrss_service_directory }}"
state: directory
mode: 0755
become: True
become_user: root