set shell fron cron to bash

This commit is contained in:
2025-05-21 18:52:37 +02:00
parent c9a3fbc8c8
commit d2d979eb9e

View File

@@ -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: