This repository has been archived on 2021-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
csc-playbooks/enable-login.yml

9 lines
177 B
YAML
Raw Permalink Normal View History

---
- hosts: office general-use
remote_user: root
tasks:
- name: delete nologin
file: path={{ item }} state=absent
with_items:
- '/etc/nologin'