tests: fix syntax

This commit is contained in:
Felix Hamme 2023-05-23 16:41:48 +02:00
commit 12a2bd358e
13 changed files with 201 additions and 54 deletions

View file

@ -10,7 +10,10 @@
# ========================================================================
# Creation
# ========================================================================
- include_tasks: utils/create_user.yml user_name={{ user_name_1 }} user_password={{ user_password_1 }}
- include_tasks: utils/create_user.yml
vars:
user_name: "{{ user_name_1 }}"
user_password: "{{ user_password_1 }}"
- name: Idempotency | Create user that already exist (expect changed=false)
mysql_user: