From 7ea901152ac888238e61fadb204ab9172b779f4b Mon Sep 17 00:00:00 2001 From: diademiemi Date: Sat, 28 Oct 2023 20:33:47 +0200 Subject: [PATCH] Update template --- .github/workflows/galaxy-import.yml | 1 + molecule/default/converge.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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