mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-20 18:49:42 +00:00
Jakub Sokołowski
0eff309f15
Necessary for Prater MacOS host. Signed-off-by: Jakub Sokołowski <jakub@status.im>
12 lines
318 B
YAML
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'
|