Skip to content

Commit f2e60a9

Browse files
authored
Merge pull request #9 from Appsilon/fix/move-r-versions-to-default
fix: move r_versions to defaults
2 parents eb59275 + 4e3d4b6 commit f2e60a9

File tree

4 files changed

+46
-13
lines changed

4 files changed

+46
-13
lines changed

defaults/main.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

molecule/default/verify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
include_vars: "{{ playbook_dir }}/../../tests/vars/main.yml"
77
tasks:
88
- name: include tasks
9-
include: "{{ playbook_dir }}/../../tests/tasks/post.yml"
9+
include_tasks: "{{ playbook_dir }}/../../tests/tasks/post.yml"

requirements.txt

+37-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
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

vars/main.yml

-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
---
33

44
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
115
machine_map:
126
i686: i386
137
i386: i386

0 commit comments

Comments
 (0)