Update reference to test playbooks

This commit is contained in:
Elijah DeLee 2019-03-14 14:33:16 -04:00
parent df72a01f27
commit d39cfd1778
2 changed files with 2 additions and 2 deletions

View File

@ -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}`;

View File

@ -376,7 +376,7 @@ def make_the_data():
organization=org,
defaults=dict(
created_by=next(creator_gen), modified_by=next(modifier_gen),
scm_url='https://github.com/jlaska/ansible-playbooks.git',
scm_url='https://github.com/ansible/test-playbooks.git',
scm_type='git',
playbook_files=[
"check.yml", "debug-50.yml", "debug.yml", "debug2.yml",