Jakub Sokołowski 0eff309f15
nimbus-era-files: add support for Darwin platforms
Necessary for Prater MacOS host.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-12-07 16:27:41 +01:00

12 lines
318 B
YAML

---
- name: Create ERA files directory
file:
path: '{{ nimbus_era_files_timer_path }}'
owner: '{{ nimbus_era_files_timer_user }}'
group: '{{ nimbus_era_files_timer_group }}'
state: 'directory'
mode: '0755'
- name: Create ERA generating timer
include_tasks: '{{ ansible_system | lower }}.yml'