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 - name: Kalender synchronisieren
hosts: localhost hosts: localhost
gather_facts: false
tasks: tasks:
- name: Stelle sicher, dass python3-pip installiert ist - name: Stelle sicher, dass python3-pip installiert ist
ansible.builtin.apt: ansible.builtin.apt:
name: python3-pip name: python3-pip
state: present state: present
become: true
- name: caldav-Modul installieren - name: caldav-Modul installieren
ansible.builtin.pip: ansible.builtin.pip: