4
0
Fork 0

lint updates

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2025-04-01 08:14:02 +01:00
parent 9bbf5b7a81
commit bd425a068d
No known key found for this signature in database
GPG key ID: 997FF7FE93AEB5B9
3 changed files with 4 additions and 5 deletions

View file

@ -116,7 +116,7 @@
fail_msg: "You still have the default name for your authselect profile"
- name: "Check authselect profile is selected | Check current profile"
ansible.builtin.shell: authselect list
ansible.builtin.command: authselect list
changed_when: false
failed_when: prelim_authselect_current_profile.rc not in [ 0, 1 ]
register: prelim_authselect_current_profile
@ -216,8 +216,8 @@
- name: Add ansible file showing Benchmark and levels applied
when: create_benchmark_facts
tags:
- always
- benchmark
- always
- benchmark
block:
- name: Create ansible facts directory
ansible.builtin.file: