-
IssueWhen running a task with the environment variable TF_CLI_ARGS_apply=-auto-approve is set but not being picked up. ImpactService (scheduled tasks, alerts) Installation methodDocker DatabasePostgres BrowserMicrosoft Edge Semaphore Versionv2.13.0-fde1bcd-1742166497 Ansible Versionansible [core 2.18.3]
config file = /etc/ansible/ansible.cfg
configured module search path = ['/home/semaphore/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /opt/semaphore/apps/ansible/11.1.0/venv/lib/python3.11/site-packages/ansible
ansible collection location = /home/semaphore/.ansible/collections:/usr/share/ansible/collections
executable location = /opt/semaphore/apps/ansible/11.1.0/venv/bin/ansible
python version = 3.11.11 (main, Dec 6 2024, 11:15:21) [GCC 13.2.1 20231014] (/opt/semaphore/apps/ansible/11.1.0/venv/bin/python3)
jinja version = 3.1.6
libyaml = True Logs & errorsNo response Manual installation - system informationNo response ConfigurationNo response Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Answered by
fiftin
Mar 22, 2025
Replies: 1 comment
-
Hi, yes, it doesn't work because task running in 2 steps:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fiftin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, yes, it doesn't work because task running in 2 steps:
terraform plan
and ask user to approve if no flagauto_approve
in task params.terraform apply
with-auto-approve
.