mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 05:04:23 -07:00
Fix typo
This commit is contained in:
parent
5b923a372e
commit
17a88ac5ad
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
- name: Utils | Assert plugin | Assert plugin is correct
|
- name: Utils | Assert plugin | Assert plugin is correct
|
||||||
ansible.builtinassert:
|
ansible.builtin.assert:
|
||||||
that:
|
that:
|
||||||
- plugin_type in result.stdout
|
- plugin_type in result.stdout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue