upt playbook

This commit is contained in:
jaydee 2024-07-09 01:51:42 +02:00
parent 6140c0fdb0
commit 3327ffe530

View File

@ -1,6 +1,7 @@
- hosts: mqtt_srv - hosts: mqtt_srv
name: Install mqtt_srv name: Install mqtt_srv
ignore_unreachable: false ignore_unreachable: false
ignore_errors: true
tasks: tasks:
- name: Install python3-pip - name: Install python3-pip
ansible.builtin.apt: ansible.builtin.apt: