From 1d54bbcb098ff1bcde073e11696f9e45b8c6cb99 Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 13 Feb 2024 20:23:39 +0100 Subject: [PATCH] repair linting --- galaxy.yml | 2 +- roles/user/defaults/main.yml | 2 +- roles/user/tasks/user_ansible.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 9032ec5..8d6cc92 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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' diff --git a/roles/user/defaults/main.yml b/roles/user/defaults/main.yml index bf3888f..b05f9db 100644 --- a/roles/user/defaults/main.yml +++ b/roles/user/defaults/main.yml @@ -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 diff --git a/roles/user/tasks/user_ansible.yml b/roles/user/tasks/user_ansible.yml index 79891b0..c3871cb 100644 --- a/roles/user/tasks/user_ansible.yml +++ b/roles/user/tasks/user_ansible.yml @@ -24,6 +24,6 @@ exclusive: true - name: Add admin keys to user ansible - become true + become: true ansible.builtin.debug: msg: "tbd."