From 4e16f4da6c52da1ebea7b40a850108936be23ea3 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sun, 19 Mar 2023 18:23:59 +0200 Subject: [PATCH] add python package --- tasks/install.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index 795798c..e51cce5 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -1,4 +1,8 @@ --- +- name: Ensure software is installed + pip: + name: python-ovh + - name: Create local user to backup OVH DNS user: name: "{{ ovh_backup_user }}" @@ -26,4 +30,4 @@ dest: /etc/systemd/system/backup_ovh.service mode: 0644 backup: yes - notify: Reload Systemd daemon \ No newline at end of file + notify: Reload Systemd daemon