Not able to create new project with manual SCM (awx tower)

Hello i have install awx on centosx 07 from gitbub

but not able to create the new project with manual SCM getting the error

There are no available playbook directories in /var/lib/awx/projects. Either that directory is empty, or all of the contents are already assigned to other projects. Create a new directory there and make sure the playbook files can be read by the “awx” system user, or have AWX directly retrieve your playbooks from source control using the SCM Type option above.

I have also created the directory /var/lib/awx/projects . but no result

Can any one have idea

you’ll have to put the directory in both containers… we do strongly recommend using source control to manage your playbooks.

Hi Prashant,

Please see this issue https://github.com/ansible/awx/issues/675 on how to setup both the web and task container to have the same project directory for manual SCM.