syntax fix

This commit is contained in:
tolerryan
2025-10-06 02:38:09 -05:00
parent 7e7248bb4f
commit 4aa0991fcd

View File

@@ -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