From 30ab6fc960eeaeb9569821712c73e998a5535f75 Mon Sep 17 00:00:00 2001 From: huangjien Date: Wed, 4 Oct 2023 08:47:16 +0100 Subject: [PATCH 1/2] ensure /opt/Props/ exists --- roles/ihs/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/ihs/tasks/main.yml b/roles/ihs/tasks/main.yml index 66dcb059..c130094d 100644 --- a/roles/ihs/tasks/main.yml +++ b/roles/ihs/tasks/main.yml @@ -1,4 +1,9 @@ --- +- name: Ensure /opt/Props dir exists + file: + path: /opt/Props + state: directory + - name: Include version variables include_vars: "v{{ ihs_version }}.yml" From 53c3d25097be7d01de40b1e10ce12b14f6f67d6e Mon Sep 17 00:00:00 2001 From: huangjien Date: Wed, 4 Oct 2023 10:32:11 +0100 Subject: [PATCH 2/2] update version in galxy.yml --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 3169077c..71f1a09d 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -11,7 +11,7 @@ name: spm_middleware # The version of the collection. Must be compatible with semantic versioning # Please note. version also exists in /github/workflows/release.yml and will need to be update also -version: 1.3.0 +version: 1.3.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md