diff --git a/roles/lib/setup-restic.yml b/roles/lib/setup-restic.yml index 0cb83ce..23dcca5 100644 --- a/roles/lib/setup-restic.yml +++ b/roles/lib/setup-restic.yml @@ -1,15 +1,3 @@ -# Do not need as a playbook if included inside another playbook ---- -- name: Setup restic user and scripts. - hosts: all - vars_files: - - 'vault' - become: yes - remote_user: ansible - gather_facts: true - - - tasks: - name: Create Restic user user: name: restic