add python package

This commit is contained in:
Antonio J. Delgado 2023-03-19 18:23:59 +02:00
parent 68500a5b8e
commit 4e16f4da6c

View file

@ -1,4 +1,8 @@
--- ---
- name: Ensure software is installed
pip:
name: python-ovh
- name: Create local user to backup OVH DNS - name: Create local user to backup OVH DNS
user: user:
name: "{{ ovh_backup_user }}" name: "{{ ovh_backup_user }}"