Fix comment

This commit is contained in:
Andrew Klychkov 2020-10-13 15:26:23 +03:00
parent 1a33abbada
commit ea8a5eb578

View file

@ -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