Skip to content

Commit

Permalink
Tox is misbehaving. Default for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Jul 19, 2024
1 parent 452dcf7 commit 2a7aa8a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
tag: "buster"
- image: "docker-molecule-images"
tag: "bullseye"
- image: "docker-molecule-images"
tag: "38"
- image: "docker-molecule-images"
tag: "39"
- image: "docker-molecule-images"
tag: "40"
- image: "docker-molecule-images"
tag: "rawhide"
- image: "docker-molecule-images"
tag: "opensuse"
- image: "docker-molecule-images"
Expand All @@ -72,8 +72,6 @@ jobs:
tag: "focal"
- image: "docker-molecule-images"
tag: "jammy"
- image: "docker-molecule-images"
tag: "lunar"
- image: "docker-molecule-images"
tag: "noble"
steps:
Expand All @@ -86,8 +84,6 @@ jobs:
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
- name: Running Role Test
run: ansible-galaxy role import --api-key ${{ secrets.galaxy_api_key }} buluma ${{ github.event.repository.name }}

dependabot:
needs:
Expand Down
6 changes: 0 additions & 6 deletions meta/exception.yml

This file was deleted.

3 changes: 0 additions & 3 deletions meta/preferences.yml

This file was deleted.

7 changes: 1 addition & 6 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,15 @@
- name: Configure selinux
when:
- ansible_selinux.status is defined
# - ansible_connection not in [ "container", "docker", "community.docker.docker" ]
- ansible_connection not in [ "container", "docker", "community.docker.docker" ]
block:
- name: Manage selinux
ansible.posix.selinux:
state: "{{ selinux_state }}"
policy: "{{ selinux_policy }}"
register: selinux_status
notify:
- Reboot

- name: Print the selinux status
ansible.builtin.debug:
msg: selinux_status

- name: Manage selinux booleans
ansible.posix.seboolean:
name: "{{ item.name }}"
Expand Down

0 comments on commit 2a7aa8a

Please sign in to comment.