mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 18:37:39 -02:30
Update reference to test playbooks
This commit is contained in:
@@ -9,7 +9,7 @@ const initializeData = () => {
|
||||
data.MACHINE_CREDENTIAL_NAME = `credential-machine-${id}`;
|
||||
data.ORGANIZATION_NAME = `organization-${id}`;
|
||||
data.PROJECT_NAME = `project-${id}`;
|
||||
data.PROJECT_URL = 'https://github.com/jlaska/ansible-playbooks';
|
||||
data.PROJECT_URL = 'https://github.com/ansible/test-playbooks';
|
||||
data.PROJECT_BRANCH = 'master';
|
||||
data.PLAYBOOK_NAME = 'multivault.yml';
|
||||
data.TEMPLATE_NAME = `template-${id}`;
|
||||
|
||||
Reference in New Issue
Block a user