Only install pyvmomi if user is root (#31628)

This commit is contained in:
jctanner 2017-10-12 10:20:33 -04:00 committed by Sam Doran
parent b68fe2cd23
commit c05a7add5f
11 changed files with 11 additions and 0 deletions

View file

@ -20,6 +20,7 @@
pip:
name: pyvmomi
state: latest
when: "{{ ansible_user_id == 'root' }}"
- name: store the vcenter container ip
set_fact:

View file

@ -20,6 +20,7 @@
pip:
name: pyvmomi
state: latest
when: "{{ ansible_user_id == 'root' }}"
- name: store the vcenter container ip
set_fact:

View file

@ -20,6 +20,7 @@
pip:
name: pyvmomi
state: latest
when: "{{ ansible_user_id == 'root' }}"
- name: store the vcenter container ip
set_fact:

View file

@ -20,6 +20,7 @@
pip:
name: pyvmomi
state: latest
when: "{{ ansible_user_id == 'root' }}"
- name: store the vcenter container ip
set_fact:

View file

@ -6,6 +6,7 @@
pip:
name: pyvmomi
state: latest
when: "{{ ansible_user_id == 'root' }}"
- name: store the vcenter container ip
set_fact:

View file

@ -7,6 +7,7 @@
pip:
name: pyvmomi
state: latest
when: "{{ ansible_user_id == 'root' }}"
- name: store the vcenter container ip
set_fact:

View file

@ -20,6 +20,7 @@
pip:
name: pyvmomi
state: latest
when: "{{ ansible_user_id == 'root' }}"
- name: store the vcenter container ip
set_fact:

View file

@ -7,6 +7,7 @@
pip:
name: pyvmomi
state: latest
when: "{{ ansible_user_id == 'root' }}"
- name: store the vcenter container ip
set_fact:

View file

@ -20,6 +20,7 @@
pip:
name: pyvmomi
state: latest
when: "{{ ansible_user_id == 'root' }}"
- name: store the vcenter container ip
set_fact:

View file

@ -21,6 +21,7 @@
pip:
name: pyvmomi
state: latest
when: "{{ ansible_user_id == 'root' }}"
- name: store the vcenter container ip
set_fact:

View file

@ -7,6 +7,7 @@
pip:
name: pyvmomi
state: latest
when: "{{ ansible_user_id == 'root' }}"
- name: store the vcenter container ip
set_fact: