disable at use from all users on all hosts

This commit is contained in:
Timo Makinen 2019-05-10 16:57:54 +03:00
parent bfa5e5807c
commit 7e9f86b089

View file

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