Skip to content

Commit

Permalink
Merge branch 'main' into python310
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka authored Dec 13, 2023
2 parents 170a5a3 + 96603d9 commit 6639f8f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5

- name: Upgrade Python toolchain
run: python3 -m pip install --upgrade pip setuptools wheel
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ familiar with the basics of how to use Molecule and what it can offer.
molecule init scenario
```

![Collection Structure and ansible config file collections path](images/collection_structure_and_ansible_cfg.png)
![Collection Structure and ansible config file collections path](images/collection_structure.png)

Before moving to test the playbooks or roles, the sections below provide information related to Scenarios.

Expand Down
Binary file added docs/images/collection_structure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
5 changes: 4 additions & 1 deletion molecule/podman/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
molecule_inventory:
all:
hosts: {}
molecule: {}
children:
molecule:
hosts: {}

tasks:
- name: Create a container
containers.podman.podman_container:
Expand Down

0 comments on commit 6639f8f

Please sign in to comment.