]> birchwood-abbey.net Git - Network/commitdiff
Add missing "become: yes" to task "Configure <hostname> sensors(1)."
authorMatt Birkholz <matt@birchwood-abbey.net>
Mon, 15 Jun 2026 17:33:13 +0000 (11:33 -0600)
committerMatt Birkholz <matt@birchwood-abbey.net>
Mon, 15 Jun 2026 17:33:13 +0000 (11:33 -0600)
README.org
roles_t/abbey-cloister/tasks/main.yml

index 5278342a79a9327c5ddae0f7a2f0395866533935..412a39d658b5976eb81292fb174c1d1f031b3d9f 100644 (file)
@@ -2116,6 +2116,7 @@ them.
 #+CAPTION: [[file:roles_t/abbey-cloister/tasks/main.yml][=roles_t/abbey-cloister/tasks/main.yml=]]
 #+BEGIN_SRC conf :tangle roles_t/abbey-cloister/tasks/main.yml
 - name: Configure {{ inventory_hostname }} sensors(1).
+  become: yes
   copy:
     content: |
       chip "iwlwifi_1-virtual-0"
index 1649892248706e177a5f22169a2dc125968628eb..ac56013b35d30c594f6b16792c4e768601c0d414 100644 (file)
@@ -58,6 +58,7 @@
     enabled: yes
 
 - name: Configure {{ inventory_hostname }} sensors(1).
+  become: yes
   copy:
     content: |
       chip "iwlwifi_1-virtual-0"