This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add log file for login service
python3
Andrea Cimbalo
7 years ago
parent
14ddc33402
commit
de2b758a71
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
roles/login/tasks/main.yaml
+ 8
- 0
roles/login/tasks/main.yaml
View File
@ -53,6 +53,14 @@
notify:
-
restart login
-
name
:
create /var/log/login.log
file:
path
:
/var/log/login.log
owner
:
login
group
:
login
mode
:
0664
state
:
file
-
name
:
reload systemd
systemd:
daemon_reload
:
yes
Write
Preview
Loading…
Cancel
Save