Skip to content

Commit

Permalink
fix lintering issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarmu committed Oct 31, 2023
1 parent 4d64214 commit ef26548
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions roles/global_vars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Description

An ansible role to define global variables that will be available to all of the
roles in the collection, if they are configured as follows:
An ansible role to define global variables that will be available to all of the
roles in the collection, if they are configured as follows:

```console
# tail -4 meta/main.yml
Expand All @@ -16,11 +16,11 @@ dependencies:

## Provided Variables

This is currently providing the following variables:
This is currently providing the following variables:

| Variable Name | Default Value | Required | Description |
|:---|:---:|:---:|:---|
| `operation_translate` | [See the default value below](#operation_translate-default-value) | Yes | Provides translation from object states to human interpretation |
| Variable Name | Default Value | Required | Description |
|:---|:---:|:---:|:---|
| `operation_translate` | [See the default value below](#operation_translate-default-value) | Yes | Provides translation from object states to human interpretation |

### operation_translate Default value

Expand All @@ -38,8 +38,8 @@ operation_translate:

## License

[MIT](https://github.com/redhat-cop/controller_configuration#licensing)
[MIT](https://github.com/redhat-cop/controller_configuration#licensing)

## Author

[Ivan Aragonés](https://github.com/ivarmu)
[Ivan Aragonés](https://github.com/ivarmu)

0 comments on commit ef26548

Please sign in to comment.