Skip to content

Commit

Permalink
Documentation: Improve group names (#3812)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Toggenburger <[email protected]>
Co-authored-by: Sorin Sbarnea <[email protected]>
  • Loading branch information
3 people authored Feb 7, 2023
1 parent 2e8e505 commit 8f1674e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/molecule/provisioner/ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,15 +267,17 @@ class Ansible(base.Base):
name: ansible
inventory:
group_vars:
foo1:
all:
bar: foo
group1:
foo: bar
foo2:
group2:
foo: bar
baz:
qux: zzyzx
host_vars:
foo1-01:
foo: bar
group1-01:
foo: baz
```
Molecule automatically generates the inventory based on the hosts defined
Expand Down

0 comments on commit 8f1674e

Please sign in to comment.