Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
fixes for artixlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Jul 18, 2023
1 parent 89bc83f commit 69770fc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 20 deletions.
22 changes: 12 additions & 10 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,33 @@ platforms:
docker_host: "${DOCKER_HOST:-unix://run/docker.sock}"
privileged: true
pre_build_image: true
#capabilities:
# - SYS_ADMIN
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- /var/lib/containerd
capabilities:
- SYS_ADMIN
tmpfs:
- /run
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
# needs only by ubuntu 20.04
# - /var/lib/docker/overlay2:/var/lib/docker/overlay2:rw

provisioner:
name: ansible
ansible_args:
- --diff
# - -v
- -v
config_options:
defaults:
deprecation_warnings: True
deprecation_warnings: true
stdout_callback: yaml
callbacks_enabled: profile_tasks
# remote_tmp: /tmp/ansible-${USER}
gathering: smart
fact_caching: jsonfile
fact_caching_timeout: 8640
fact_caching_connection: ansible_facts

scenario:
test_sequence:
# - lint
- destroy
- dependency
- syntax
Expand Down
3 changes: 3 additions & 0 deletions vars/archlinux-openrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
knot_packages:
- knot-openrc

knot_dependencies:
- python-pip

knot_python_packages:
- name: jinja2
version: 3.0.1
Expand Down
3 changes: 3 additions & 0 deletions vars/artixlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
knot_packages:
- knot-openrc

knot_dependencies:
- python-pip

knot_python_packages:
- name: jinja2
version: 3.0.1
Expand Down
10 changes: 0 additions & 10 deletions vars/redhat.yml

This file was deleted.

0 comments on commit 69770fc

Please sign in to comment.