From: Matt Birkholz Date: Fri, 1 Nov 2024 20:05:31 +0000 (-0700) Subject: Cleanup from move to AgentDVR(!). Remove old abbey-dvr/handlers/. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f282b3c9c74908a2723476514da8ffc1bae2b544;p=Network Cleanup from move to AgentDVR(!). Remove old abbey-dvr/handlers/. --- diff --git a/README.org b/README.org index 8aa7824..7415d1a 100644 --- a/README.org +++ b/README.org @@ -1904,7 +1904,7 @@ Also after the installation, the system administrator revokes the AgentDVR runs as the system user ~agentdvr~, which is created here. #+CAPTION: [[file:roles_t/abbey-dvr/tasks/main.yml][=roles_t/abbey-dvr/tasks/main.yml=]] -#+BEGIN_SRC conf :tangle roles_t/abbey-dvr/tasks/main.yml +#+BEGIN_SRC conf :tangle roles_t/abbey-dvr/tasks/main.yml :mkdirp yes --- - name: Create agentdvr. become: yes diff --git a/roles_t/abbey-dvr/handlers/main.yml b/roles_t/abbey-dvr/handlers/main.yml deleted file mode 100644 index aaada22..0000000 --- a/roles_t/abbey-dvr/handlers/main.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -- name: Restart MySQL. - become: yes - systemd: - service: mysql - state: restarted - -- name: Restart Apache2. - become: yes - systemd: - service: apache2 - state: restarted