You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Ensure permissions on mysql-logfile are correct
i'm not sure how the setting got into the database as i am running on Percona mysqldb version 8.32.
So this might be a version problem, however, i was able to fix it by adding another condition to the when line:
when: item is defined and item != "" and item != "stderr"
all other hardening changes seem to work fine.
would that be acceptable for a pr? or am i missing something here?
The text was updated successfully, but these errors were encountered:
ansible-collection-hardening/roles/mysql_hardening/tasks/configure.yml
Line 23 in 037919e
i'm not sure how the setting got into the database as i am running on Percona mysqldb version 8.32.
So this might be a version problem, however, i was able to fix it by adding another condition to the
when
line:all other hardening changes seem to work fine.
would that be acceptable for a pr? or am i missing something here?
The text was updated successfully, but these errors were encountered: