Skip to content

Commit e1a69ff

Browse files
committed
🚨 Fix linter
1 parent a0363da commit e1a69ff

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
with:
3333
molecule_options: --base-config molecule/_shared/base.yml
3434
molecule_args: --scenario-name ${{ matrix.scenario }}
35-
molecule_working_dir: "HanXHX/ansible-debian-bootstrap"
35+
molecule_working_dir: "HanXHX/ansible-debian-bootstrap"

molecule/_shared/base.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ provisioner:
3232
converge: ../_shared/converge.yml
3333

3434
# TODO: Add this back in when we have a testinfra verifier
35-
#verifier:
36-
# name: testinfra
37-
# directory: ../_shared/tests
35+
# verifier:
36+
# name: testinfra
37+
# directory: ../_shared/tests

molecule/debian-10/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ platforms:
1010
cgroupns_mode: host
1111
volumes:
1212
- /sys/fs/cgroup:/sys/fs/cgroup:rw
13-
privileged: true
13+
privileged: true

molecule/debian-12/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ platforms:
1010
cgroupns_mode: host
1111
volumes:
1212
- /sys/fs/cgroup:/sys/fs/cgroup:rw
13-
privileged: true
13+
privileged: true

0 commit comments

Comments
 (0)