mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-12-12 04:40:19 +01:00
update role name
This commit is contained in:
parent
84dacee82d
commit
bc8a36ea34
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
- name: Converge
|
- name: Converge
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
- role: ansible.restic
|
- role: ansible_role_restic
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- name: install bzip2
|
- name: install bzip2
|
||||||
package:
|
package:
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
- name: Converge with dict
|
- name: Converge with dict
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
- role: ansible.restic
|
- role: ansible_role_restic
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- name: install bzip2
|
- name: install bzip2
|
||||||
package:
|
package:
|
||||||
|
|
Loading…
Reference in a new issue