Add hushlogin role
This commit is contained in:
parent
b2404d7266
commit
4fc05d12bd
3 changed files with 6 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
- bash
|
||||
- dircolors
|
||||
#- git
|
||||
#- hushlogin
|
||||
- hushlogin
|
||||
- mintty
|
||||
- python
|
||||
- readline
|
||||
|
|
5
roles/hushlogin/tasks/main.yml
Normal file
5
roles/hushlogin/tasks/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Create hushlogin
|
||||
file:
|
||||
state: touch
|
||||
path: ~/.hushlogin
|
Loading…
Add table
Reference in a new issue