couldn't resolve module/action 'community.mysql.mysql_db'. This often indicates a misspelling, missing collection, or incorrect module path.
Solution:
Execute the below in ansible in controller
ansible-galaxy collection install community.mysql
couldn't resolve module/action 'community.mysql.mysql_db'. This often indicates a misspelling, missing collection, or incorrect module path.
Solution:
Execute the below in ansible in controller
ansible-galaxy collection install community.mysql
Python Passing arguments through function using args and kwargs args take non keyworded arguments, while kwargs take keyworded arguments. de...
This comment has been removed by a blog administrator.
ReplyDelete