Skip to content

Commit

Permalink
Set ansible_processor_vcpus for cmake role
Browse files Browse the repository at this point in the history
Ensure ansible_processor_vcpus variable is inherited by cmake role when
running tag only.

Signed-off-by: Violeta Sebe <vsebe@ca.ibm.com>
  • Loading branch information
vsebe committed Jan 30, 2020
1 parent dcbe4a5 commit 64dd520
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
ansible_processor_vcpus: "{{ ansible_processor_cores | default(1) }}"
when:
- ansible_processor_vcpus is not defined
tags:
- cmake

##################
# Set root group #
Expand Down

0 comments on commit 64dd520

Please sign in to comment.