Fix module name
This commit is contained in:
parent
08d05ebf67
commit
0c3f79c02c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
register: borgbase_key
|
register: borgbase_key
|
||||||
|
|
||||||
- name: Create repo
|
- name: Create repo
|
||||||
adhawkins.borgbase_repo:
|
adhawkins.borgbase.borgbase_repo:
|
||||||
state: present
|
state: present
|
||||||
apikey: "{{ borgbase_api_key }}"
|
apikey: "{{ borgbase_api_key }}"
|
||||||
name: "{{ ansible_hostname }}"
|
name: "{{ ansible_hostname }}"
|
||||||
|
|
Loading…
Reference in a new issue