10 lines
158 B
YAML
10 lines
158 B
YAML
|
---
|
||
|
- name: set cluster crontab
|
||
|
hosts: all
|
||
|
become: true
|
||
|
|
||
|
tasks:
|
||
|
- name: set cluster crontab
|
||
|
include_tasks: yaml_sub/set_cluster_crontab.yaml
|
||
|
|