mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-29 19:04:42 +00:00
ansible-lint: All names should start with an uppercase letter
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
register: result
|
||||
failed_when: result.failed or not result.changed
|
||||
|
||||
- name: check if 'ipa-ad-trust' trust exists
|
||||
- name: Check if 'ipa-ad-trust' trust exists
|
||||
ansible.builtin.shell: |
|
||||
echo 'SomeADMINpassword' | kinit admin
|
||||
ipa trust-find
|
||||
|
||||
Reference in New Issue
Block a user