Skip to content

Commit

Permalink
Fix role names (changed since open-sourcing)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliba committed Oct 6, 2022
1 parent 7fba09c commit ac64bf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
restic_remote_server_authorized_key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAI... rest-server@backupserver

roles:
- role: restic_remote
- role: fifty2technology.restic_remote
4 changes: 2 additions & 2 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
backup_server: backupserver

roles:
- role: restic_client
- role: fifty2technology.restic_client

- hosts: backupservers
gather_facts: true
Expand All @@ -18,4 +18,4 @@
backup_server: backupserver

roles:
- role: restic_server
- role: fifty2technology.restic_server

0 comments on commit ac64bf4

Please sign in to comment.