diff --git a/.github/workflows/galaxy-import.yml b/.github/workflows/galaxy-import.yml index 2f8bacd..2a21cde 100644 --- a/.github/workflows/galaxy-import.yml +++ b/.github/workflows/galaxy-import.yml @@ -8,6 +8,7 @@ name: Import to Galaxy workflow_run: workflows: ['Molecule Test'] types: ["completed"] + workflow_dispatch: jobs: galaxy-import: diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index af12818..e80553d 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -18,7 +18,7 @@ 'running' in systemctl_status.stdout or 'degraded' in systemctl_status.stdout retries: 30 - delay: 5 + delay: 2 when: ansible_facts["service_mgr"] == 'systemd' changed_when: false failed_when: false