mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
202cabc769
* terraform: run `init` with no-color, too When running `terraform init` fails, it would output ansi color sequences, making the output hard to read. Maybe setting TF_IN_AUTOMATION would also be beneficial: https://www.terraform.io/cli/config/environment-variables#tf_in_automation * add changelog fragment for `terraform init -no-color` * move changelog into correct directory; add PR link
2 lines
181 B
YAML
2 lines
181 B
YAML
minor_changes:
|
|
- terraform - run ``terraform init`` with ``-no-color`` not to mess up the stdout of the task (https://github.com/ansible-collections/community.general/pull/5147).
|