ansible-playbooks/enable-login.yml

9 lines
177 B
YAML
Raw Permalink Normal View History

---
2022-07-31 00:43:20 -04:00
- hosts: office general_use
remote_user: root
tasks:
- name: delete nologin
file: path={{ item }} state=absent
with_items:
- '/etc/nologin'