mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Fix comment
This commit is contained in:
parent
1a33abbada
commit
ea8a5eb578
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
- name: Add fake port to config file
|
||||
shell: 'echo "port = {{ fake_port }}" >> {{ config_file }}'
|
||||
|
||||
- name: Get pymysql version for the next include
|
||||
- name: Get pymysql version
|
||||
shell: pip show pymysql | awk '/Version/ {print $2}'
|
||||
register: pymysql_version
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue