disable at use from all users on all hosts
This commit is contained in:
parent
bfa5e5807c
commit
7e9f86b089
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
---
|
||||
- name: include os specific tasks
|
||||
include_tasks: "{{ ansible_os_family }}.yml"
|
||||
|
||||
- name: disable at from all users
|
||||
copy:
|
||||
content: "\n"
|
||||
dest: "/etc/at.allow"
|
||||
mode: 0600
|
||||
owner: root
|
||||
group: root
|
||||
|
|
Loading…
Add table
Reference in a new issue