From 12ba833bcb98fa1e056c6b57b7334a14fa1297d0 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Thu, 18 Sep 2025 14:36:08 -0600 Subject: [PATCH] Rearrange ~:mkdirp yes~; pursue a needless ~---~ consistency. "Document separators" at the start of the first document separate nothing. --- README.org | 14 +++++++------- roles_t/all/handlers/main.yml | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 0ceb818..7460df0 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/roles_t/all/handlers/main.yml b/roles_t/all/handlers/main.yml index 3ba4265..b081248 100644 --- a/roles_t/all/handlers/main.yml +++ b/roles_t/all/handlers/main.yml @@ -1,3 +1,4 @@ +--- - name: Update CAs. become: yes command: update-ca-certificates -- 2.25.1