Skip to content

Commit

Permalink
more docker changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wzzrd committed Feb 13, 2024
1 parent 828da6a commit e7c5d82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
11 changes: 1 addition & 10 deletions roles/atuin_client/molecule/docker/converge.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
- name: Fail if molecule group is missing
hosts: localhost
tasks:
- name: Assert group existence
ansible.builtin.assert:
that: "'molecule' in groups"
fail_msg: |
molecule group was not found inside inventory groups: {{ groups }}
- name: Converge
hosts: molecule
hosts: all
# We disable gather facts because it would fail due to our container not
# having python installed. This will not prevent use from running 'raw'
# commands. Most molecule users are expected to use containers that already
Expand Down
6 changes: 1 addition & 5 deletions roles/atuin_client/molecule/docker/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,4 @@ provisioner:
verifier:
name: ansible
driver:
options:
managed: False
login_cmd_template: "podman exec -ti {instance} bash"
ansible_connection_options:
ansible_connection: podman
name: docker
2 changes: 1 addition & 1 deletion roles/atuin_client/molecule/docker/verify.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Verify
hosts: molecule
hosts: all
# We disable gather facts because it would fail due to our container not
# having python installed. This will not prevent use from running 'raw'
# commands. Most molecule users are expected to use containers that already
Expand Down

0 comments on commit e7c5d82

Please sign in to comment.