Skip to content

Commit

Permalink
fix example in instance_groups role
Browse files Browse the repository at this point in the history
  • Loading branch information
akira6592 authored and Tompage1994 committed Jan 22, 2024
1 parent 8603828 commit c39c09e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/instance_groups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ This also speeds up the overall role.
|`instances`|""|no|list|The instances associated with this instance_group.|
|`state`|`present`|no|str|Desired state of the resource.|

### Standard Project Data Structure
### Standard Instance Group Data Structure

#### Yaml Example

Expand Down Expand Up @@ -117,7 +117,7 @@ controller_instance_groups:
ignore_files: [controller_config.yml.template]
extensions: ["yml"]
roles:
- {role: infra.controller_configuration.groups, when: controller_groups is defined}
- {role: infra.controller_configuration.instance_groups, when: controller_instance_groups is defined}
```
## License
Expand Down

0 comments on commit c39c09e

Please sign in to comment.