im trying to create a user for mysql DB rds and just trying to execute the following
---
- hosts: localhost
tasks:
- name: sql user creation
i get the following output
-------------------
PLAY [localhost] **************************************************************
GATHERING FACTS ***************************************************************
ok: [localhost]
TASK: [sql user creation] *****************************************************
ok: [localhost]
PLAY RECAP ********************************************************************
localhost : ok=2 changed=0 unreachable=0 failed=0
It doesnt create the user on the backend as changed=0