mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Move playbook for user commands into examples dir
This commit is contained in:
parent
6aa10691c1
commit
3814a46bbf
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
# this is a demo of how the user commands work and how to reference salted passwords
|
||||
# in vars sections. You could also use vars_files if you like (see other examples)
|
||||
|
||||
- hosts: all
|
||||
user: root
|
||||
vars:
|
Loading…
Reference in a new issue