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

@ -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."