Fix commit "Fold long src lines."
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 3 Apr 2024 19:40:19 +0000 (14:40 -0500)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 3 Apr 2024 19:40:19 +0000 (14:40 -0500)
YAML's > op does not fold multiple lines unless their indentations
match.

README.org
roles_t/abbey-cloister/tasks/main.yml
roles_t/abbey-core/tasks/main.yml

index 92e30a769d850004553acb0bc543bd5468c84d31..89ae3882390d98e0a0b7abfdf1f2096b1e2b1160 100644 (file)
@@ -983,7 +983,7 @@ Core itself will benefit from using the package cache.
   copy:
     content: >
       Acquire::http::Proxy
-        "http://apt-cacher.{{ domain_priv }}.:3142";
+      "http://apt-cacher.{{ domain_priv }}.:3142";
     dest: /etc/apt/apt.conf.d/01proxy
     mode: u=rw,g=r,o=r
 #+END_SRC
@@ -1558,7 +1558,7 @@ while.
   copy:
     content: >
       Acquire::http::Proxy
-        "http://apt-cacher.{{ domain_priv }}.:3142";
+      "http://apt-cacher.{{ domain_priv }}.:3142";
     dest: /etc/apt/apt.conf.d/01proxy
     mode: u=rw,g=r,o=r
 #+END_SRC
index db8c390584e73626209e73876c8411adbdd01424..2e091a16cec45be9015a3b8f344a303c57cc061d 100644 (file)
@@ -4,7 +4,7 @@
   copy:
     content: >
       Acquire::http::Proxy
-        "http://apt-cacher.{{ domain_priv }}.:3142";
+      "http://apt-cacher.{{ domain_priv }}.:3142";
     dest: /etc/apt/apt.conf.d/01proxy
     mode: u=rw,g=r,o=r
 
index 52d7a3ef4c68814f04a1b94ce3d899604f02e87d..1778f09b93a6c4774d2eb865aa2b94eeb0442f9f 100644 (file)
   copy:
     content: >
       Acquire::http::Proxy
-        "http://apt-cacher.{{ domain_priv }}.:3142";
+      "http://apt-cacher.{{ domain_priv }}.:3142";
     dest: /etc/apt/apt.conf.d/01proxy
     mode: u=rw,g=r,o=r