sync_calendar.yml aktualisiert
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user