mirror of
https://github.com/MatteZ02/infra.git
synced 2024-11-22 10:40:18 +00:00
Installer Tasks: Add PATH env to cron
This commit is contained in:
parent
183e92b998
commit
f226606aa5
@ -160,6 +160,12 @@
|
|||||||
tags:
|
tags:
|
||||||
- mariadb
|
- mariadb
|
||||||
|
|
||||||
|
- name: "Installer - Schedule - Setup"
|
||||||
|
cron:
|
||||||
|
name: PATH
|
||||||
|
env: yes
|
||||||
|
value: "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||||
|
|
||||||
- name: "Installer - Schedule - Maintenance"
|
- name: "Installer - Schedule - Maintenance"
|
||||||
cron:
|
cron:
|
||||||
name: Maintenance
|
name: Maintenance
|
||||||
|
Loading…
Reference in New Issue
Block a user