Skip to content

Commit

Permalink
adjust compute profiles role test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Sep 27, 2024
1 parent f909a92 commit e7ba006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_playbooks/compute_profiles_role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
gather_facts: false
vars_files:
- vars/server.yml
- vars/compute_profile.yml
tasks:
- name: ensure test organization
include_tasks: tasks/organization.yml
Expand Down Expand Up @@ -32,8 +33,7 @@
compute_resource_locations:
- Test Location
compute_resource_provider: 'libvirt'
compute_resource_provider_params:
url: qemu:///system
compute_resource_provider_params: "{{ libvirt.compute_resource.params }}"
compute_resource_state: present

- hosts: tests
Expand Down

0 comments on commit e7ba006

Please sign in to comment.