Skip to content

Problem: New Scheduled Task Variables Not getting set #3471

@invaderb

Description

@invaderb

Issue

Not sure if anyone else is having this issue but I updated from semaphoreUI 2.15 to 2.16-latest to get the new variables feature in scheduled jobs however none of the variables that are set are getting passed to the playbook.

 9:46:02 AM
TASK [Display variable info] ***************************************************
9:46:02 AM
[ERROR]: Task failed: Finalization of task args for 'ansible.builtin.debug' failed: Error while resolving value for 'msg': 'app_name' is undefined
9:46:02 AM
9:46:02 AM
Task failed.
9:46:02 AM
Origin: /tmp/semaphore/project_3/repository_2_template_5/playbooks/set-ec2-state.yaml:17:7
9:46:02 AM
9:46:02 AM
15
9:46:02 AM
16   tasks:
9:46:02 AM
17     - name: Display variable info
9:46:02 AM
         ^ column 7
9:46:02 AM
9:46:02 AM
<<< caused by >>>
9:46:02 AM
9:46:02 AM
Finalization of task args for 'ansible.builtin.debug' failed.
9:46:02 AM
Origin: /tmp/semaphore/project_3/repository_2_template_5/playbooks/set-ec2-state.yaml:18:7
9:46:02 AM
9:46:02 AM
16   tasks:
9:46:02 AM
17     - name: Display variable info
9:46:02 AM
18       debug:
9:46:02 AM
         ^ column 7
9:46:02 AM
9:46:02 AM
<<< caused by >>>
9:46:02 AM
9:46:02 AM
Error while resolving value for 'msg'.
9:46:02 AM
Origin: /tmp/semaphore/project_3/repository_2_template_5/playbooks/set-ec2-state.yaml:19:14
9:46:02 AM
9:46:02 AM
17     - name: Display variable info
9:46:02 AM
18       debug:
9:46:02 AM
19         msg: |
9:46:02 AM
                ^ column 14
9:46:02 AM
9:46:02 AM
<<< caused by >>>
9:46:02 AM
9:46:02 AM
'app_name' is undefined
9:46:02 AM
Origin: /tmp/semaphore/project_3/repository_2_template_5/playbooks/set-ec2-state.yaml:13:15
9:46:02 AM
9:46:02 AM
11     
9:46:02 AM
12     # Working directory (same as your main deployment playbook)
9:46:02 AM
13     tofu_dir: "{{ terraform_working_dir | default(['/var/semaphore/terraform', app_name, env_name] | join('/')) }}"
9:46:02 AM
                 ^ column 15
9:46:02 AM
9:46:02 AM
fatal: [localhost]: FAILED! => {"msg": "Task failed: Finalization of task args for 'ansible.builtin.debug' failed: Error while resolving value for 'msg': 'app_name' is undefined"}
Image

Impact

Ansible (task execution)

Installation method

Package

Database

SQLite

Browser

Firefox

Semaphore Version

2.16.43-5507a11-1762372202

Ansible Version

ansible [core 2.19.4]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/home/braydonh/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3/dist-packages/ansible
  ansible collection location = /home/braydonh/.ansible/collections:/usr/share/ansible/collections
  executable location = /usr/bin/ansible
  python version = 3.12.3 (main, Aug 14 2025, 17:47:21) [GCC 13.3.0] (/usr/bin/python3)
  jinja version = 3.1.2
  pyyaml version = 6.0.1 (with libyaml v0.2.5)

Logs & errors

No response

Manual installation - system information

No response

Configuration

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions