Skip to content

Commit

Permalink
Replace Molecule default driver by podman
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Mar 12, 2024
1 parent 08b1be1 commit 268c6a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/account/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
driver:
name: docker
name: podman
platforms:
- name: instance
image: registry.access.redhat.com/ubi8/ubi-init:latest
Expand Down
2 changes: 1 addition & 1 deletion molecule/cron/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
driver:
name: docker
name: podman
platforms:
- name: instance
image: registry.access.redhat.com/ubi8/ubi-init:latest
Expand Down
1 change: 1 addition & 0 deletions molecule/qualys_fix/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- ansible_user_id == "root"

- name: Creates directory
become: yes
ansible.builtin.file:
path: /root/.ansible/roles/infosec.qualys-cloud-agent/tasks/
state: directory
Expand Down

0 comments on commit 268c6a4

Please sign in to comment.