PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [debug] ******************************************************************* ok: [localhost] => { "msg": "Using 'ean13test' as instance name" } TASK [Check if git dir already exists] ***************************************** ok: [localhost] TASK [Force get new tags and branches] ***************************************** changed: [localhost] TASK [Clone koha source to /usr/local/src/koha] ******************************** skipping: [localhost] TASK [Copy source koha clone for sandbox] ************************************** changed: [localhost] TASK [Install koha git config for sandbox] ************************************* changed: [localhost] TASK [Change owner for koha clone for sandbox] ********************************* changed: [localhost] TASK [Make .git directory writable by all users (allows container root to run git am)] *** changed: [localhost] TASK [Set as safe directory] *************************************************** changed: [localhost] TASK [Check out origin/main by default] **************************************** changed: [localhost] TASK [Create a new database for Koha instance] ********************************* changed: [localhost] TASK [Ensure user doesn't exist or the create below will fail] ***************** changed: [localhost] TASK [mysql_user] ************************************************************** changed: [localhost] TASK [Start new koha-testing-docker container] ********************************* changed: [localhost] TASK [Get host port for sandbox staff port] ************************************ changed: [localhost] TASK [debug] ******************************************************************* ok: [localhost] => { "msg": "Using '33767' as staff port" } TASK [Get host port for sandbox opac port] ************************************* changed: [localhost] TASK [debug] ******************************************************************* ok: [localhost] => { "msg": "Using '33766' as opac port" } TASK [Get host port for sandbox ssh port] ************************************** changed: [localhost] TASK [debug] ******************************************************************* ok: [localhost] => { "msg": "Using '33766' as ssh port" } TASK [Install apache config for sandbox instance] ****************************** changed: [localhost] TASK [Symlink the new apache config from sites-available to sites-enabled] ***** changed: [localhost] TASK [Add docker container koha-ean13test to ansible hosts] ******************** ok: [localhost] TASK [Test connection to docker container] ************************************* changed: [localhost -> koha-ean13test] TASK [debug] ******************************************************************* skipping: [localhost] TASK [Pausing for 5 minutes whilst container sets itself up] ******************* Pausing for 300 seconds (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort) ok: [localhost] TASK [debug] ******************************************************************* ok: [localhost] => { "msg": "GIT_REMOTE is set to " } TASK [Add git remote as ean13test in docker container] ************************ skipping: [localhost] TASK [git checkout commit_id or tag v26.05.03-1 in docker container] *********** fatal: [localhost -> koha-ean13test]: FAILED! => {"changed": true, "cmd": "\"git config --global --add safe.directory /kohadevbox/koha\"\n\"cd /kohadevbox/koha && git checkout -b v26.05.03-1 v26.05.03-1\"\n", "delta": "0:00:00.005425", "end": "2026-09-26 16:51:53.291893", "msg": "non-zero return code", "rc": 127, "start": "2026-09-26 16:51:53.286468", "stderr": "/bin/sh: 1: git config --global --add safe.directory /kohadevbox/koha: not found\n/bin/sh: 2: cd /kohadevbox/koha && git checkout -b v26.05.03-1 v26.05.03-1: not found", "stderr_lines": ["/bin/sh: 1: git config --global --add safe.directory /kohadevbox/koha: not found", "/bin/sh: 2: cd /kohadevbox/koha && git checkout -b v26.05.03-1 v26.05.03-1: not found"], "stdout": "", "stdout_lines": []} ...ignoring TASK [git checkout ean13test/ in docker container] ***************************** skipping: [localhost] TASK [Fix git repo permissions] ************************************************ skipping: [localhost] TASK [Make .git directory writable by all users inside container (allows apply_bug to run git am)] *** changed: [localhost -> koha-ean13test] TASK [Marking repo as a safe git directory] ************************************ changed: [localhost -> koha-ean13test] TASK [Checkout origin/main in docker container] ******************************** skipping: [localhost] TASK [Apply bug via git-bz in docker container] ******************************* skipping: [localhost] TASK [Generating CSS and JS using yarn build] ********************************** skipping: [localhost] TASK [Apt Update & Upgrade] **************************************************** changed: [localhost -> koha-ean13test] TASK [Install OpenSSH Server] ************************************************** changed: [localhost -> koha-ean13test] TASK [Enable PermitRootLogin for sshd] ***************************************** changed: [localhost -> koha-ean13test] TASK [Start sshd] ************************************************************** changed: [localhost -> koha-ean13test] TASK [Set root password to 'koha'] ********************************************* changed: [localhost -> koha-ean13test] TASK [Install Postfix MTA] ***************************************************** changed: [localhost -> koha-ean13test] TASK [Enable smtp-sink for mail] *********************************************** changed: [localhost -> koha-ean13test] TASK [Enable email processing] ************************************************* changed: [localhost -> koha-ean13test] TASK [Index the records for the first time] ************************************ changed: [localhost -> koha-ean13test] TASK [Restart Zebra after indexing records] ************************************ changed: [localhost -> koha-ean13test] TASK [Restart Plack after indexing records] ************************************ changed: [localhost -> koha-ean13test] TASK [Restart apache, one last time] ******************************************* changed: [localhost] TASK [Clean up docker files] *************************************************** changed: [localhost] RUNNING HANDLER [Restart apache] *********************************************** changed: [localhost] RUNNING HANDLER [Update koha git repo for sandbox] ***************************** changed: [localhost] PLAY RECAP ********************************************************************* localhost : ok=44 changed=35 unreachable=0 failed=0 skipped=8 rescued=0 ignored=1