File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,11 @@ jobs:
101
101
- name : Create ansible.cfg with correct roles_path
102
102
run : printf '[defaults]\nroles_path=../' >ansible.cfg
103
103
104
- - name : Run Ansible lint
105
- run : ansible-lint .
106
-
107
104
- name : Run Ansible syntax check
108
105
run : ansible-playbook tests/test.yml -i tests/inventory --syntax-check
109
106
107
+ - name : Run Ansible lint
108
+ run : ansible-lint .
109
+
110
110
- name : Test custom filters
111
111
run : ansible-playbook tests/filter.yml -i tests/inventory -i tests/inventory-mock-groups
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ platforms:
8
8
groups :
9
9
- testohpc_login
10
10
command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
11
- # command: /sbin/init
12
11
tmpfs :
13
12
- /run
14
13
- /tmp
@@ -21,7 +20,6 @@ platforms:
21
20
groups :
22
21
- testohpc_compute
23
22
command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
24
- # command: /sbin/init
25
23
tmpfs :
26
24
- /run
27
25
- /tmp
@@ -34,7 +32,6 @@ platforms:
34
32
groups :
35
33
- testohpc_compute
36
34
command : " /bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
37
- # command: /sbin/init
38
35
tmpfs :
39
36
- /run
40
37
- /tmp
You can’t perform that action at this time.
0 commit comments