diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-07 17:13:55 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-07 17:16:46 +0200 |
| commit | d3cb7d3f393a1a0088e2da57da500c93a0220459 (patch) | |
| tree | fffbfc46cbb1e33efa42a764cd3e024725010cf7 /roles/cgit/handlers/main.yml | |
| parent | 4d42a2b0950882bf63380a08c90007970c38b4ce (diff) | |
Add cgit role with testing of molecule service
Diffstat (limited to 'roles/cgit/handlers/main.yml')
| -rw-r--r-- | roles/cgit/handlers/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/cgit/handlers/main.yml b/roles/cgit/handlers/main.yml new file mode 100644 index 00000000..d4481590 --- /dev/null +++ b/roles/cgit/handlers/main.yml @@ -0,0 +1,6 @@ +--- +- name: "Restart nginx" + become: true + ansible.builtin.service: + name: nginx + state: restarted |
