|
@@ -17,6 +17,13 @@
|
|
command: ansible-galaxy collection install "{{ item }}"
|
|
command: ansible-galaxy collection install "{{ item }}"
|
|
with_items: "{{ collections_name }}"
|
|
with_items: "{{ collections_name }}"
|
|
changed_when: false
|
|
changed_when: false
|
|
|
|
+
|
|
|
|
+- name: Install PyYAML using pip3
|
|
|
|
+ pip:
|
|
|
|
+ name: PyYAML
|
|
|
|
+ state: present
|
|
|
|
+ executable: pip3
|
|
|
|
+ extra_args: --ignore-installed
|
|
|
|
|
|
- name: Install openshift using pip3
|
|
- name: Install openshift using pip3
|
|
pip:
|
|
pip:
|