mirror of
https://github.com/roles-ansible/ansible_collection_users.git
synced 2024-08-16 10:29:50 +02:00
repair linting
This commit is contained in:
parent
7e15495a3b
commit
1d54bbcb09
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ authors:
|
|||
|
||||
### OPTIONAL but strongly recommended
|
||||
# A short summary description of the collection
|
||||
description: Ansible Collection to mamage Users, Groups and SSH Keys
|
||||
description: Ansible Collection to mamage Users, Groups and SSH Keys
|
||||
|
||||
# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only
|
||||
# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
# Create ansible user
|
||||
l3d_users_user__create_ansible: true
|
||||
l3d_users_user__ansible_user_state: 'present' | tenary absent, present
|
||||
l3d_users_user__ansible_user_state: 'present'
|
||||
|
||||
# run simple versionscheck
|
||||
submodules_versioncheck: false
|
||||
|
|
|
@ -24,6 +24,6 @@
|
|||
exclusive: true
|
||||
|
||||
- name: Add admin keys to user ansible
|
||||
become true
|
||||
become: true
|
||||
ansible.builtin.debug:
|
||||
msg: "tbd."
|
||||
|
|
Loading…
Reference in a new issue