From 7c4e00e45eb6f7163599eb75c0556dcf9ce486f9 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 16 Jun 2021 15:47:45 +0200 Subject: add TODO and links to PRs fixing the force=yes workarounds of the apt module --- roles/mysql/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'roles/mysql') diff --git a/roles/mysql/tasks/main.yml b/roles/mysql/tasks/main.yml index 3bb125d4..34a897ba 100644 --- a/roles/mysql/tasks/main.yml +++ b/roles/mysql/tasks/main.yml @@ -10,7 +10,6 @@ - "{{ mysql_pkg_name }}" - "{{ python_basename }}-pymysql" state: present - force: yes - name: delete anonymous MySQL server user mysql_user: -- cgit v1.2.3