From ec8e61bf9b784c66af8fe860a03c91ef659b07b4 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Fri, 3 May 2024 11:25:59 -0600 Subject: [PATCH] Prune unnecessary ":noweb no-export". --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index f710af8..74aa21c 100644 --- a/README.org +++ b/README.org @@ -125,7 +125,7 @@ to the machine's privileged account (~sysadm~). The abbey takes it from there, forwarding ~sysadm~ to a real person. #+CAPTION: [[file:roles_t/abbey-front/tasks/main.yml][=roles_t/abbey-front/tasks/main.yml=]] -#+BEGIN_SRC conf :tangle roles_t/abbey-front/tasks/main.yml :noweb no-export +#+BEGIN_SRC conf :tangle roles_t/abbey-front/tasks/main.yml - name: Install abbey email aliases. become: yes @@ -847,7 +847,7 @@ which delivers any ~.birchwood.private~ email, e.g. ~mythtv@mythtv.birchwood.private~, locally.) #+CAPTION: [[file:roles_t/abbey-core/tasks/main.yml][=roles_t/abbey-core/tasks/main.yml=]] -#+BEGIN_SRC conf :tangle roles_t/abbey-core/tasks/main.yml :noweb no-export +#+BEGIN_SRC conf :tangle roles_t/abbey-core/tasks/main.yml - name: Install abbey email aliases. become: yes @@ -1907,7 +1907,7 @@ The ~ExecStartPre=/bin/sleep 30~ is intended to avoid recent hangs in ~owread~. #+CAPTION: [[file:roles_t/abbey-weather/tasks/main.yml][=roles_t/abbey-weather/tasks/main.yml=]] -#+BEGIN_SRC conf :tangle roles_t/abbey-weather/tasks/main.yml :noweb no-export +#+BEGIN_SRC conf :tangle roles_t/abbey-weather/tasks/main.yml - name: Install weather directory. become: yes -- 2.25.1