set shell fron cron to bash
This commit is contained in:
@@ -59,6 +59,17 @@
|
||||
state: present
|
||||
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
|
||||
# tags: cron
|
||||
# cron:
|
||||
|
||||
Reference in New Issue
Block a user