1
1
.. ...........................................................................
2
- .. © Copyright IBM Corporation 2020,2021 .
2
+ .. © Copyright IBM Corporation 2020,2024 .
3
3
.. ...........................................................................
4
4
5
5
Requirements of managed nodes
@@ -21,24 +21,15 @@ The requirements of the managed node are as follows:
21
21
22
22
* `requests `_
23
23
* `xmltodict `_
24
- * `typing `_ (For Python versions < 3.5)
25
24
26
25
If you delegate the tasks to run on your localhost, the Python module dependencies
27
26
need to be installed on your localhost instead.
28
27
29
- You can install them from CLI:
28
+ You can install them from the CLI by using the following command :
30
29
31
- * If your Python version is no less than 3.5:
30
+ .. code-block :: sh
32
31
33
- .. code-block :: sh
34
-
35
- pip install requests xmltodict
36
-
37
- * If your Python version < 3.5:
38
-
39
- .. code-block :: sh
40
-
41
- pip install requests xmltodict typing
32
+ pip install requests xmltodict
42
33
43
34
44
35
You can also install them using the playbook. For example, this `CICS
@@ -49,9 +40,6 @@ The requirements of the managed node are as follows:
49
40
50
41
.. _xmltodict :
51
42
https://pypi.org/project/xmltodict/
52
-
53
- .. _typing :
54
- https://pypi.org/project/typing/
55
43
56
44
.. _CICS sample playbook :
57
45
https://github.com/IBM/z_ansible_collections_samples/tree/main/zos_subsystems/cics/cmci/reporting
0 commit comments