Cleanup from move to AgentDVR(!). Remove old abbey-dvr/handlers/.
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 1 Nov 2024 20:05:31 +0000 (13:05 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Fri, 1 Nov 2024 20:05:31 +0000 (13:05 -0700)
README.org
roles_t/abbey-dvr/handlers/main.yml [deleted file]

index 8aa7824505d3eef31976b92715e04d060cc8b862..7415d1a06877883afa29e603a768365b714d7855 100644 (file)
@@ -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 (file)
index aaada22..0000000
+++ /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