Two minor fixes.
This commit is contained in:
parent
c0cf49ebc1
commit
a9b3e1d7f7
|
|
@ -41,10 +41,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: {% raw %}"${{ github.repository }}"{% endraw %}
|
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
|
- name: molecule
|
||||||
uses: {{ molecule_action }}
|
uses: {{ molecule_action }}
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ image_docker_hub_url_mapping:
|
||||||
archlinux: "https://hub.docker.com/r/{{ docker_namespace }}/archlinux"
|
archlinux: "https://hub.docker.com/r/{{ docker_namespace }}/archlinux"
|
||||||
debian: "https://hub.docker.com/r/{{ docker_namespace }}/debian"
|
debian: "https://hub.docker.com/r/{{ docker_namespace }}/debian"
|
||||||
el: "https://hub.docker.com/r/{{ docker_namespace }}/enterpriselinux"
|
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"
|
opensuse: "https://hub.docker.com/r/{{ docker_namespace }}/opensuse"
|
||||||
ubuntu: "https://hub.docker.com/r/{{ docker_namespace }}/ubuntu"
|
ubuntu: "https://hub.docker.com/r/{{ docker_namespace }}/ubuntu"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue