|
@@ -43,14 +43,12 @@
|
|
state: absent
|
|
state: absent
|
|
|
|
|
|
- name: Install the AD482 package
|
|
- name: Install the AD482 package
|
|
- ansible.builtin.pip:
|
|
|
|
- name: rht-labs-ad482
|
|
|
|
- extra_args: "--extra-index-url https://pypi.apps.tools-na.prod.nextcle.com/repository/labs/simple"
|
|
|
|
|
|
+ ansible.builtin.command:
|
|
|
|
+ command: pip3.11 install rht-labs-ad482 --extra-index-url https://pypi.apps.tools-na.prod.nextcle.com/repository/labs/simple
|
|
|
|
|
|
- name: Reinstall AD482 labs properly
|
|
- name: Reinstall AD482 labs properly
|
|
ansible.builtin.command:
|
|
ansible.builtin.command:
|
|
- cmd: lab install ad482 --version 1.8.6
|
|
|
|
- creates: /home/student/.local/lib/python3.11/site-packages/ad482
|
|
|
|
|
|
+ cmd: lab install ad482 --version 1.8.6 -u
|
|
|
|
|
|
- name: Patch API version of some templates
|
|
- name: Patch API version of some templates
|
|
ansible.posix.patch:
|
|
ansible.posix.patch:
|