From 4aa0991fcdf383fa0debfb4a33f5154817bd3b92 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Mon, 6 Oct 2025 02:38:09 -0500 Subject: [PATCH] syntax fix --- roles/lib/setup-restic.yml | 12 ------------ 1 file changed, 12 deletions(-) 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