Rearrange ~:mkdirp yes~; pursue a needless ~---~ consistency.
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 18 Sep 2025 20:36:08 +0000 (14:36 -0600)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 18 Sep 2025 20:36:08 +0000 (14:36 -0600)
"Document separators" at the start of the first document separate
nothing.

README.org
roles_t/all/handlers/main.yml

index 0ceb818f1f4c112c236333fdc9846892ae40a251..7460df0233ec40ee9d4be54ddb0f461a1f6c1f75 100644 (file)
@@ -1249,7 +1249,7 @@ each host.  More information about how the small institute manages its
 X.509 certificates is available in [[*Keys][Keys]].
 
 #+CAPTION: [[file:roles_t/all/tasks/main.yml][=roles_t/all/tasks/main.yml=]]
-#+BEGIN_SRC conf :tangle roles_t/all/tasks/main.yml :mkdirp yes
+#+BEGIN_SRC conf :tangle roles_t/all/tasks/main.yml
 
 - name: Trust the institute CA.
   become: yes
@@ -1264,7 +1264,7 @@ X.509 certificates is available in [[*Keys][Keys]].
 
 #+CAPTION: [[file:roles_t/all/handlers/main.yml][=roles_t/all/handlers/main.yml=]]
 #+BEGIN_SRC conf :tangle roles_t/all/handlers/main.yml :mkdirp yes
-
+---
 - name: Update CAs.
   become: yes
   command: update-ca-certificates
@@ -1378,8 +1378,8 @@ those stored in [[file:Secret/ssh_front/etc/ssh/][=Secret/ssh_front/etc/ssh/=]]
 #+END_SRC
 
 #+CAPTION: [[file:roles_t/front/handlers/main.yml][=roles_t/front/handlers/main.yml=]]
-#+BEGIN_SRC conf :tangle roles_t/front/handlers/main.yml
-
+#+BEGIN_SRC conf :tangle roles_t/front/handlers/main.yml :mkdirp yes
+---
 - name: Reload SSH server.
   become: yes
   systemd:
@@ -2347,8 +2347,8 @@ list, and to disable its cache and stub listener.
 #+END_SRC
 
 #+CAPTION: [[file:roles_t/core/handlers/main.yml][=roles_t/core/handlers/main.yml=]]
-#+BEGIN_SRC conf :tangle roles_t/core/handlers/main.yml
-
+#+BEGIN_SRC conf :tangle roles_t/core/handlers/main.yml :mkdirp yes
+---
 - name: Reload Systemd.
   become: yes
   systemd:
@@ -5173,7 +5173,7 @@ and file timestamps.
 #+END_SRC
 
 #+CAPTION: [[file:roles_t/campus/handlers/main.yml][=roles_t/campus/handlers/main.yml=]]
-#+BEGIN_SRC conf :tangle roles_t/campus/handlers/main.yml
+#+BEGIN_SRC conf :tangle roles_t/campus/handlers/main.yml :mkdirp yes
 ---
 - name: Restart systemd-timesyncd.
   become: yes
index 3ba42655667b54746699c8827c9eda97c99bffd1..b0812489a4325e8e6a8834cd87ebccc8d00bf702 100644 (file)
@@ -1,3 +1,4 @@
+---
 - name: Update CAs.
   become: yes
   command: update-ca-certificates