You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using semaphoreui/semaphore:latest docker image.
I have two Project.
One is Yog Container Updater, it use cubesky/AnsibleForYogServer (Private Git) as repository.
Second is MAA Yog, it use cubesky/AnsibleForMAA (Private Git) as repository.
When Semaphore starts up, start a job in Yog Container Updater is no issue, when I switch to MAA Yog and run a job, then back to Yog Container Updater to run a job, it will pull cubesky/AnsibleForMAA and say it doesn't find playbook.
Logcat (Replace my git server as example.com)
1:05:56 AM
Task 2147483551 added to queue
1:05:57 AM
Started: 2147483551
1:05:57 AM
Run TaskRunner with template: 重新启动帕鲁服务器
1:05:57 AM
Preparing: 2147483551
1:05:58 AM
Warning: Permanently added 'example.com' (ED25519) to the list of known hosts.
1:05:59 AM
Updating Repository git@example.com:cubesky/AnsibleForYogServer.git
1:06:00 AM
Warning: Permanently added 'example.com' (ED25519) to the list of known hosts.
1:06:01 AM
From example.com:cubesky/AnsibleForMAA
1:06:01 AM
* branch master -> FETCH_HEAD
1:06:01 AM
Already up to date.
1:06:01 AM
installing static inventory
1:06:01 AM
No collections/requirements.yml file found. Skip galaxy install process.
1:06:01 AM
No roles/requirements.yml file found. Skip galaxy install process.
1:06:02 AM
ERROR! the playbook: restart-palworld.yml could not be found
1:06:02 AM
Running playbook failed: exit status 1
You can see it output the right repository AnsibleForYogServer first and then say it from AnsibleForMAA and failed.
The text was updated successfully, but these errors were encountered:
I'm using
semaphoreui/semaphore:latest
docker image.I have two Project.
One is
Yog Container Updater
, it usecubesky/AnsibleForYogServer
(Private Git) as repository.Second is
MAA Yog
, it usecubesky/AnsibleForMAA
(Private Git) as repository.When Semaphore starts up, start a job in
Yog Container Updater
is no issue, when I switch toMAA Yog
and run a job, then back toYog Container Updater
to run a job, it will pullcubesky/AnsibleForMAA
and say it doesn't find playbook.Logcat (Replace my git server as example.com)
You can see it output the right repository
AnsibleForYogServer
first and then say it fromAnsibleForMAA
and failed.The text was updated successfully, but these errors were encountered: