From 245e127ec0a8d3dcc18891db5ebe5f87b209f6f4 Mon Sep 17 00:00:00 2001 From: t2d <tim@systemli.org> Date: Thu, 2 Nov 2023 20:37:53 +0100 Subject: [PATCH] Fix integration tests (#57) * Use molecule 5.1.0 Remove local symlinks to same role * Use latest integration workflox --- .github/workflows/main.yml | 2 +- molecule/default/converge.yml | 2 +- molecule/default/roles/ansible-role-userli | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 120000 molecule/default/roles/ansible-role-userli diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8aa991e..915522e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ on: jobs: integration: name: Integration - uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.2.0 + uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.2.3 with: disable-apparmor-mysql: true distros: '[ "debian11", "debian12" ]' diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index 6305e83..d9bf0dc 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -4,6 +4,6 @@ hosts: all become: true roles: - - ansible-role-userli + - systemli.userli vars: userli_mysql_password: userli diff --git a/molecule/default/roles/ansible-role-userli b/molecule/default/roles/ansible-role-userli deleted file mode 120000 index a8a4f8c..0000000 --- a/molecule/default/roles/ansible-role-userli +++ /dev/null @@ -1 +0,0 @@ -../../.. \ No newline at end of file