From d4794b933ded4a8ebe69f8a907d8e4f5d6b43414 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 9 Jul 2024 01:00:33 +0200 Subject: [PATCH] upt playbook --- playbooks/install_mqtt_srv.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/install_mqtt_srv.yml b/playbooks/install_mqtt_srv.yml index 2bf6f29..4b4b4f5 100644 --- a/playbooks/install_mqtt_srv.yml +++ b/playbooks/install_mqtt_srv.yml @@ -76,7 +76,7 @@ - psutil - autorandr when: inventory_hostname not in groups['nas'] and inventory_hostname not in groups['router'] - become: "{{ 'no' if inventory_hostname in groups['nas','router'] else 'yes' }}" + become: "{{ 'no' if inventory_hostname in groups['nas'] else 'yes' }}" - name: Just force systemd to reread configs (2.4 and above)