Two minor fixes.

This commit is contained in:
Robert de Bock 2024-03-04 09:14:01 +01:00
parent c0cf49ebc1
commit a9b3e1d7f7
2 changed files with 1 additions and 5 deletions

View File

@ -41,10 +41,6 @@ jobs:
with:
path: {% raw %}"${{ github.repository }}"{% endraw %}
# - name: disable apparmor for mysql
# run: sudo ln -s /etc/apparmor.d/usr.sbin.mysqld /etc/apparmor.d/disable/
# - name: parse apparmor for mysql
# run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
- name: molecule
uses: {{ molecule_action }}
with:

View File

@ -19,7 +19,7 @@ image_docker_hub_url_mapping:
archlinux: "https://hub.docker.com/r/{{ docker_namespace }}/archlinux"
debian: "https://hub.docker.com/r/{{ docker_namespace }}/debian"
el: "https://hub.docker.com/r/{{ docker_namespace }}/enterpriselinux"
fedora: "https://hub.docker.com/r/{{ docker_namespace }}/fedora/"
fedora: "https://hub.docker.com/r/{{ docker_namespace }}/fedora"
opensuse: "https://hub.docker.com/r/{{ docker_namespace }}/opensuse"
ubuntu: "https://hub.docker.com/r/{{ docker_namespace }}/ubuntu"