From f9bacc228497caaa95bd08abf3ebc6fd42871a98 Mon Sep 17 00:00:00 2001 From: jaydee Date: Sat, 12 Oct 2024 23:42:49 +0200 Subject: [PATCH] bitwarden --- playbooks/install_mqtt_srv.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/playbooks/install_mqtt_srv.yml b/playbooks/install_mqtt_srv.yml index f1b6c49..fb7072c 100644 --- a/playbooks/install_mqtt_srv.yml +++ b/playbooks/install_mqtt_srv.yml @@ -3,14 +3,14 @@ ignore_unreachable: false ignore_errors: true tasks: - - name: Install python3-pip - ansible.builtin.apt: - name: - - python3-pip - update_cache: yes + # - name: Install python3-pip + # ansible.builtin.apt: + # name: + # - python3-pip + # update_cache: yes - when: inventory_hostname not in groups['nas'] and inventory_hostname not in groups['router'] - become: "{{ 'no' if inventory_hostname in groups['nas'] else 'yes' }}" + # when: inventory_hostname not in groups['nas'] and inventory_hostname not in groups['router'] + # become: "{{ 'no' if inventory_hostname in groups['nas'] else 'yes' }}" - name: Upload service config