From: Matt Birkholz Date: Fri, 3 May 2024 17:25:59 +0000 (-0600) Subject: Prune unnecessary ":noweb no-export". X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ec8e61bf9b784c66af8fe860a03c91ef659b07b4;p=Network Prune unnecessary ":noweb no-export". --- 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