Sudo added to poetry run

This commit is contained in:
Gonzalo Acuña 2022-03-30 14:37:33 -03:00
parent 8811afd44a
commit 4242b07b45
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270

View File

@ -30,7 +30,7 @@ jobs:
run: poetry install run: poetry install
- name: Run Molecule tests. - name: Run Molecule tests.
run: poetry run molecule test -s default run: poetry run molecule test --sudo -s default
env: env:
PY_COLORS: '1' PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1' ANSIBLE_FORCE_COLOR: '1'