Skip to content

Commit 263580c

Browse files
committed
minimise PR differences
1 parent ddc17e8 commit 263580c

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ jobs:
101101
- name: Create ansible.cfg with correct roles_path
102102
run: printf '[defaults]\nroles_path=../' >ansible.cfg
103103

104-
- name: Run Ansible lint
105-
run: ansible-lint .
106-
107104
- name: Run Ansible syntax check
108105
run: ansible-playbook tests/test.yml -i tests/inventory --syntax-check
109106

107+
- name: Run Ansible lint
108+
run: ansible-lint .
109+
110110
- name: Test custom filters
111111
run: ansible-playbook tests/filter.yml -i tests/inventory -i tests/inventory-mock-groups

molecule/test1/molecule.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ platforms:
88
groups:
99
- testohpc_login
1010
command: "/bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
11-
# command: /sbin/init
1211
tmpfs:
1312
- /run
1413
- /tmp
@@ -21,7 +20,6 @@ platforms:
2120
groups:
2221
- testohpc_compute
2322
command: "/bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
24-
# command: /sbin/init
2523
tmpfs:
2624
- /run
2725
- /tmp
@@ -34,7 +32,6 @@ platforms:
3432
groups:
3533
- testohpc_compute
3634
command: "/bin/bash -c 'dnf -y install systemd && /sbin/init'" # not in RL9 image
37-
# command: /sbin/init
3835
tmpfs:
3936
- /run
4037
- /tmp

0 commit comments

Comments
 (0)