diff --git a/tests/integration/targets/setup_mysql/tasks/install.yml b/tests/integration/targets/setup_mysql/tasks/install.yml index c489ffb..d7ab645 100644 --- a/tests/integration/targets/setup_mysql/tasks/install.yml +++ b/tests/integration/targets/setup_mysql/tasks/install.yml @@ -6,7 +6,7 @@ state: present - name: Change the default interpreter - shell: "update-alternatives --install /usr/bin/python python /usr/bin/python3 1" + shell: "update-alternatives --install /usr/bin/python python /usr/bin/python3.6 1" ignore_errors: yes - name: Install Python3-apt