Issue while running the playbook with node from Rundeck

hi,

I am facing an issue while running the job from rundeck 4.16 where we are choosing nodes from rundeck . I am getting an error

“Failed: ParseArgumentsError: Error configuring Ansible runner: Could not write temporary inventory: null”

project configuration:

#Wed Nov 29 13:07:48 IST 2023
#edit below
project.ansible-executable=/bin/bash
project.ansible-generate-inventory=true
project.ansible-ssh-passphrase-option=option.password
project.description=
project.disable.executions=false
project.disable.schedule=false
project.execution.history.cleanup.batch=500
project.execution.history.cleanup.enabled=false
project.execution.history.cleanup.retention.days=60
project.execution.history.cleanup.retention.minimum=50
project.execution.history.cleanup.schedule=0 0 0 1/1 * ? *
project.healthcheck.enabled=true
project.healthcheck.onstartup=true
project.jobs.gui.groupExpandLevel=1
project.label=test
project.later.executions.disable=false
project.later.executions.enable=false
project.later.schedule.disable=false
project.later.schedule.enable=false
project.name=Ram_test
project.nodeCache.enabled=true
project.nodeCache.firstLoadSynch=true
project.output.allowUnsanitized=false
project.ssh-authentication=password
project.ssh-command-timeout=0
project.ssh-connect-timeout=0
project.ssh-key-storage-path=keys/project/test/ad_user
project.ssh-keypath=/var/lib/rundeck/.ssh/id_rsa
project.ssh-password-storage-path=keys/key_user
resources.source.1.type=local
resources.source.2.config.file=abc.py
resources.source.2.config.format=resourcejson
resources.source.2.config.interpreter=/bin/env python3
resources.source.2.type=script
service.FileCopier.default.provider=jsch-scp
service.NodeExecutor.default.provider=jsch-ssh