syntax fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user