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