set shell fron cron to bash
This commit is contained in:
@@ -59,6 +59,17 @@
|
|||||||
state: present
|
state: present
|
||||||
special_time: reboot
|
special_time: reboot
|
||||||
|
|
||||||
|
- name: base | cron | set shell to bash
|
||||||
|
become: true
|
||||||
|
become_user: root
|
||||||
|
cron:
|
||||||
|
name: SHELL
|
||||||
|
env: true
|
||||||
|
job: /bin/bash
|
||||||
|
state: present
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# - name: system setup | cron | schedule automatic ansible provisioning
|
# - name: system setup | cron | schedule automatic ansible provisioning
|
||||||
# tags: cron
|
# tags: cron
|
||||||
# cron:
|
# cron:
|
||||||
|
|||||||
Reference in New Issue
Block a user