From: Matt Birkholz Date: Wed, 3 Apr 2024 19:40:19 +0000 (-0500) Subject: Fix commit "Fold long src lines." X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=07898c2737747ab69208c9688d13a1fc768c56de;p=Network Fix commit "Fold long src lines." YAML's > op does not fold multiple lines unless their indentations match. --- diff --git a/README.org b/README.org index 92e30a7..89ae388 100644 --- a/README.org +++ b/README.org @@ -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 diff --git a/roles_t/abbey-cloister/tasks/main.yml b/roles_t/abbey-cloister/tasks/main.yml index db8c390..2e091a1 100644 --- a/roles_t/abbey-cloister/tasks/main.yml +++ b/roles_t/abbey-cloister/tasks/main.yml @@ -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 diff --git a/roles_t/abbey-core/tasks/main.yml b/roles_t/abbey-core/tasks/main.yml index 52d7a3e..1778f09 100644 --- a/roles_t/abbey-core/tasks/main.yml +++ b/roles_t/abbey-core/tasks/main.yml @@ -188,7 +188,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