Skip to content

Commit

Permalink
lint6 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sleif committed Oct 30, 2023
1 parent 6340080 commit 4822cef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ MYSQL_USER: "mysql_db_user"
MYSQL_PASSWORD: "mysql_db_user_password"
MYSQL_DATABASE: "mariadb_custom_database"

DOCKER_NETWORK_NAME: "custom-bridge"
DOCKER_NETWORK_NAME: "custom-bridge"
8 changes: 4 additions & 4 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ galaxy_info:
role_name: mariadb_docker
author: Sebastian Berthold
description: starts a mariadb instance on docker
#company: your company (optional)
# company: your company (optional)

# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
Expand All @@ -18,7 +18,7 @@ galaxy_info:
# - CC-BY-4.0
license: MIT

min_ansible_version: 2.10
min_ansible_version: "2.10"

# If this a Container Enabled role, provide the minimum Ansible Container version.
# min_ansible_container_version:
Expand All @@ -43,8 +43,8 @@ galaxy_info:
platforms:
- name: EL
versions:
- 7
- 8
- "7"
- "8"

galaxy_tags:
- docker
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
# - ansible.builtin.debug:
# msg: "{{ filecontext.results[0] }}"

- name: Run restore context to reload selinux
- name: Run restore context to reload selinux # noqa: no-changed-when
ansible.builtin.command: |
restorecon -F -R -v {{ item.target }}
with_items:
Expand Down

0 comments on commit 4822cef

Please sign in to comment.