1
0
Fork 0
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:
L3D 2024-02-13 20:23:39 +01:00
parent 7e15495a3b
commit 1d54bbcb09
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 3 additions and 3 deletions

View file

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

View 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

View file

@ -24,6 +24,6 @@
exclusive: true
- name: Add admin keys to user ansible
become true
become: true
ansible.builtin.debug:
msg: "tbd."