mirror of
https://github.com/nikdoof/ansible-cis.git
synced 2025-12-23 06:49:30 +00:00
Add support for Debian
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Enable crond
|
||||
- name: Enable cron
|
||||
ansible.builtin.service:
|
||||
name: crond
|
||||
name: "{{ cis_cron_service_name }}"
|
||||
state: started
|
||||
enabled: true
|
||||
- name: Set cron file security
|
||||
|
||||
Reference in New Issue
Block a user