mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Update reference to test playbooks
This commit is contained in:
parent
df72a01f27
commit
d39cfd1778
@ -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}`;
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user