made libraries just tasks
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
---
|
||||
- name: Setup restic user and scripts.
|
||||
hosts: all
|
||||
become: yes
|
||||
remote_user: ansible
|
||||
gather_facts: false
|
||||
# Do not need as a playbook if included inside another playbook
|
||||
#---
|
||||
#- name: Setup restic user and scripts.
|
||||
# hosts: all
|
||||
# become: yes
|
||||
# remote_user: ansible
|
||||
# gather_facts: true
|
||||
|
||||
|
||||
tasks:
|
||||
# tasks:
|
||||
- name: Create Restic user
|
||||
user:
|
||||
name: restic
|
||||
|
||||
Reference in New Issue
Block a user