semaphore
semaphore copied to clipboard
Problem: Task Templates no longer working after update
Issue
All task templates are no longer working after update to newest version.
Impact
Semaphore Project
Installation method
Docker
Database
Postgres
Browser
Chrome
Semaphore Version
v2.10.7-6bcf476-1718821016
Ansible Version
No response
Logs & errors
No response
Manual installation - system information
No response
Configuration
No response
Additional information
Apart from running the playbooks, everything seems to work. When you start a tast template it get stuck before executing the playbook
Hi @brandmanNH could you provide Semaphore logs and task logs.
Hi @brandmanNH please try v2.10.8-beta.
Hi everyone.
think it's because "ansible_ssh_common_args: '-o StrictHostKeyChecking=no'" is missing into the gathering fact?
Before latest version of semaphore, "-o StrictHostKeyChecking=no" seems to be automatically call in gathering facts but it seems that it's not the case any more.
I've tested a workaround and it worked:
on ansible.cfg
[defaults]
host_key_checking = False