1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-15 08:21:31 +00:00

[stable-10] Adjust YAML files (#10233) (#10244)

Adjust YAML files (#10233)

Adjust YAML files.

(cherry picked from commit eaa5e07b28)
This commit is contained in:
Felix Fontein 2025-06-15 10:02:03 +02:00 committed by GitHub
parent e8ff74f077
commit a9e892952d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
244 changed files with 7272 additions and 7329 deletions

View file

@ -30,7 +30,7 @@
- name: verify success
ansible.builtin.assert:
that:
- result_success is successful
- result_success is successful
- name: import pkcs12 without alias params
community.general.java_cert:
@ -45,7 +45,7 @@
- name: verify success
ansible.builtin.assert:
that:
- result_success_excl_aliases is successful
- result_success_excl_aliases is successful
- name: import pkcs12 with wrong password
community.general.java_cert:
@ -63,7 +63,7 @@
- name: verify fail with wrong import password
ansible.builtin.assert:
that:
- result_wrong_pass is failed
- result_wrong_pass is failed
- name: test fail on mutually exclusive params
community.general.java_cert:
@ -80,7 +80,7 @@
- name: verify failed exclusive params
ansible.builtin.assert:
that:
- result_excl_params is failed
- result_excl_params is failed
- name: test fail on missing required params
community.general.java_cert:
@ -93,7 +93,7 @@
- name: verify failed missing required params
ansible.builtin.assert:
that:
- result_missing_required_param is failed
- result_missing_required_param is failed
- name: delete object based on cert_alias parameter
community.general.java_cert:
@ -107,7 +107,7 @@
- name: verify object successfully deleted
ansible.builtin.assert:
that:
- result_alias_deleted is successful
- result_alias_deleted is successful
- name: include extended test suite
import_tasks: state_change.yml

View file

@ -147,7 +147,7 @@
that:
- result_x509_changed is failed
- name: import initial test certificate from file path
- name: Import initial test certificate from file path
community.general.java_cert:
cert_alias: test_cert
cert_path: "{{ test_cert_path }}"