From a4f2ae376c3f000c333164e56a032cb0acf3f070 Mon Sep 17 00:00:00 2001 From: Daniele Piaggesi Date: Wed, 20 Dec 2023 16:43:07 +0100 Subject: [PATCH] fix(readme): Fixed typo in Readme.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 83832cc..959d888 100644 --- a/README.md +++ b/README.md @@ -169,8 +169,6 @@ N/A ip_address: "{{ ansible_default_ipv4.address }}" ## GitHub Actions and molecule test -A CI is not really active for this role (only a simple `ansible-lint`). This because (I don't know why...) `molecule test` breaks during execution in GitHub Action environment when mysql server is enabled. Out of GitHub Action the `molecule test` works well. - We couldn't run the role's test steps via Molecule in the GitHub Action workflow. This because (for unknown reasons) executing a `molecule test` fails due to the inability to start MySQL with the following error: ```