summaryrefslogtreecommitdiff
path: root/roles/mysql/tasks
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-06-16 15:47:45 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-06-16 15:47:45 +0200
commit7c4e00e45eb6f7163599eb75c0556dcf9ce486f9 (patch)
treeb0513357305d0184fee0aa48b5e92c54d5ad0f06 /roles/mysql/tasks
parentmove acmtool roles to use FQCN (diff)
add TODO and links to PRs fixing the force=yes workarounds of the apt module
Diffstat (limited to 'roles/mysql/tasks')
-rw-r--r--roles/mysql/tasks/main.yml1
1 files changed, 0 insertions, 1 deletions
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: