add python package
This commit is contained in:
parent
68500a5b8e
commit
4e16f4da6c
1 changed files with 5 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue