Skip to content

Commit

Permalink
Install only jq in os_temps task, don't install virtual requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dirgim committed Dec 18, 2018
1 parent 24ca994 commit 6861253
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playbooks/roles/os_temps/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
- name: "Create project {{ openshift_project }}"
import_tasks: get_set_project.yml

# Import_tasks jq for querying container config files
# Install jq for querying container config files
- name: "Install jq for querying container config files"
import_tasks: "{{ playbook_dir }}/roles/prereqs/tasks/install_virtual_reqs.yml"
when: (setup_minishift|bool == true and host_os == "linux")
package:
name: jq

- set_fact:
os_template_path: "{{ project_dir }}/{{ os_template_dir }}"
Expand Down

0 comments on commit 6861253

Please sign in to comment.