We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6526b44 + 054a866 commit 346a17aCopy full SHA for 346a17a
tasks/setup-Debian.yml
@@ -22,5 +22,8 @@
22
when: mysql_installed.stat.exists == false
23
24
- name: Delete innodb log files created by apt package after initial install.
25
- shell: "rm -f {{ mysql_datadir }}/ib_logfile[01]"
+ file: path={{ mysql_datadir }}/{{item}} state=absent
26
+ with_items:
27
+ - "ib_logfile0"
28
+ - "ib_logfile1"
29
0 commit comments