diff --git a/playbooks/install_mqtt_srv.yml b/playbooks/install_mqtt_srv.yml index 4092fbd..6e5bdd2 100644 --- a/playbooks/install_mqtt_srv.yml +++ b/playbooks/install_mqtt_srv.yml @@ -2,7 +2,7 @@ name: Install mqtt_srv ignore_unreachable: false tasks: - - name: Install bottle python package + - name: Install python3-pip ansible.builtin.apt: name: - python3-pip