sync_calendar.yml aktualisiert

This commit is contained in:
2025-04-30 09:07:04 +00:00
parent 5ee971c661
commit c46f0a2c84

View File

@ -1,13 +1,11 @@
- name: Kalender synchronisieren
hosts: localhost
gather_facts: false
tasks:
- name: Stelle sicher, dass python3-pip installiert ist
ansible.builtin.apt:
name: python3-pip
state: present
become: true
- name: caldav-Modul installieren
ansible.builtin.pip: