File tree 4 files changed +46
-13
lines changed
4 files changed +46
-13
lines changed Original file line number Diff line number Diff line change
1
+ # defaults file
2
+ ---
3
+ r_versions :
4
+ - 4.1.0
5
+ - 4.0.0
6
+ - 3.6.3
7
+ - 3.5.3
8
+ - 3.5.0
Original file line number Diff line number Diff line change 6
6
include_vars : " {{ playbook_dir }}/../../tests/vars/main.yml"
7
7
tasks :
8
8
- name : include tasks
9
- include : " {{ playbook_dir }}/../../tests/tasks/post.yml"
9
+ include_tasks : " {{ playbook_dir }}/../../tests/tasks/post.yml"
Original file line number Diff line number Diff line change 1
- ansible
2
- ansible-lint
3
- docker
4
- molecule
5
- molecule-docker
6
- yamllint
1
+ ansible == 9.3.0
2
+ ansible-compat == 4.1.11
3
+ ansible-core == 2.16.4
4
+ attrs == 23.2.0
5
+ bracex == 2.4
6
+ certifi == 2024.2.2
7
+ cffi == 1.16.0
8
+ charset-normalizer == 3.3.2
9
+ click == 8.1.7
10
+ click-help-colors == 0.9.4
11
+ cryptography == 42.0.5
12
+ distro == 1.9.0
13
+ docker == 7.0.0
14
+ enrich == 1.2.7
15
+ idna == 3.6
16
+ Jinja2 == 3.1.3
17
+ jsonschema == 4.21.1
18
+ jsonschema-specifications == 2023.12.1
19
+ markdown-it-py == 3.0.0
20
+ MarkupSafe == 2.1.5
21
+ mdurl == 0.1.2
22
+ molecule == 24.2.0
23
+ molecule-plugins == 23.5.3
24
+ packaging == 23.2
25
+ pluggy == 1.4.0
26
+ pycparser == 2.21
27
+ Pygments == 2.17.2
28
+ PyYAML == 6.0.1
29
+ referencing == 0.33.0
30
+ requests == 2.31.0
31
+ resolvelib == 1.0.1
32
+ rich == 13.7.1
33
+ rpds-py == 0.18.0
34
+ selinux == 0.3.0
35
+ subprocess-tee == 0.4.1
36
+ urllib3 == 2.2.1
37
+ wcmatch == 8.5.1
Original file line number Diff line number Diff line change 2
2
---
3
3
4
4
downloads_path : /var/lib/ansible/downloads
5
- r_versions :
6
- - 4.1.0
7
- - 4.0.0
8
- - 3.6.3
9
- - 3.5.3
10
- - 3.5.0
11
5
machine_map :
12
6
i686 : i386
13
7
i386 : i386
You can’t perform that action at this time.
0 commit comments