Skip to content

Commit

Permalink
Add extra_vars field to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapaioa authored and JacobCallahan committed Feb 12, 2024
1 parent f664897 commit 94476f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/data/ansible_tower/fake_workflows.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
"id": 34,
"type": "workflow_job_template",
"url": "/api/v2/workflow_job_templates/34/",
"name": "deploy-base-rhel"
"name": "deploy-base-rhel",
"extra_vars": "{\"deploy_scenario\": \"baserhel\", \"deploy_rhel_version\": \"\", \"host_type\": \"host\", \"deploy_flavor\": \"prod-ssd.memory.xs\"}"
},
{
"id": 35,
"type": "workflow_job_template",
"url": "/api/v2/workflow_job_templates/35/",
"name": "remove-vm"
"name": "remove-vm",
"extra_vars": "{\"source_vm\": \"\", \"host_type\": \"host\"}"
}
]

0 comments on commit 94476f4

Please sign in to comment.