Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Jul 1, 2024
1 parent 3492f43 commit a3d872f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# pip install molecule molecule-plugins[docker] docker ansible
pip install -r requirements.txt
- name: molecule
Expand Down
3 changes: 0 additions & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ galaxy_info:
- name: Fedora
versions:
- all
# - name: opensuse
# versions:
# - all
- name: Ubuntu
versions:
- all
Expand Down
1 change: 1 addition & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
pre_build_image: true
# cgroupns_mode: host # REQUIRED?
provisioner:
name: ansible
verifier:
Expand Down

0 comments on commit a3d872f

Please sign in to comment.