Skip to content

Commit

Permalink
Escape underscores in role variable names
Browse files Browse the repository at this point in the history
This ensures that when the Markdown is interpreted there is no
unexpected styling.
  • Loading branch information
mcdonnnj committed Jul 8, 2024
1 parent efecc08 commit 1add3f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ the repository's settings.

| Variable | Description | Default | Required |
|----------|-------------|---------|----------|
| cyhy_core_install_geoipupdate | Whether to install the MaxMind geoipupdate tool. | `false` | No |
| cyhy_core_maxmind_account_id | The MaxMind account ID for access to a GeoIP2 database subscription. | n/a | Yes |
| cyhy_core_maxmind_license_key | The MaxMind license key that provides access to a GeoIP2 database subscription. | n/a | Yes |
| cyhy\_core\_install\_geoipupdate | Whether to install the MaxMind geoipupdate tool. | `false` | No |
| cyhy\_core\_maxmind\_account\_id | The MaxMind account ID for access to a GeoIP2 database subscription. | n/a | Yes |
| cyhy\_core\_maxmind\_license\_key | The MaxMind license key that provides access to a GeoIP2 database subscription. | n/a | Yes |

## Dependencies ##

Expand Down

0 comments on commit 1add3f7

Please sign in to comment.