Mercurial
Mercurial
>
ansible-roles
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
roles/nginx/handlers/main.yaml
author
Luke Hoersten <luke@hoersten.org>
Sat, 19 Jan 2019 11:52:11 -0600
changeset 71
00a053c664a3
parent 69
be979818d483
permissions
-rw-r--r--
Removed my project-specific main.yaml.
---
-
name
:
restart nginx
become
:
yes
systemd
:
name="nginx" state="restarted" daemon_reload="yes"