Skip to content

Commit 8f1674e

Browse files
ltogLukas Toggenburgerssbarnea
authored
Documentation: Improve group names (#3812)
Co-authored-by: Lukas Toggenburger <[email protected]> Co-authored-by: Sorin Sbarnea <[email protected]>
1 parent 2e8e505 commit 8f1674e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/molecule/provisioner/ansible.py

+6-4
Original file line numberDiff line numberDiff line change
@@ -267,15 +267,17 @@ class Ansible(base.Base):
267267
name: ansible
268268
inventory:
269269
group_vars:
270-
foo1:
270+
all:
271+
bar: foo
272+
group1:
271273
foo: bar
272-
foo2:
274+
group2:
273275
foo: bar
274276
baz:
275277
qux: zzyzx
276278
host_vars:
277-
foo1-01:
278-
foo: bar
279+
group1-01:
280+
foo: baz
279281
```
280282
281283
Molecule automatically generates the inventory based on the hosts defined

0 commit comments

Comments
 (0)