From 542f12f431128b13592708bbb0579530feca15e0 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Fri, 28 Apr 2023 23:49:24 +0200 Subject: [PATCH] added skeleton tasks --- tasks/configure.yml | 2 ++ tasks/install.yml | 2 ++ tasks/prerequisites.yml | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 tasks/configure.yml create mode 100644 tasks/install.yml create mode 100644 tasks/prerequisites.yml diff --git a/tasks/configure.yml b/tasks/configure.yml new file mode 100644 index 0000000..23c3d04 --- /dev/null +++ b/tasks/configure.yml @@ -0,0 +1,2 @@ +--- +# task/configure file for renew_consul_certificates \ No newline at end of file diff --git a/tasks/install.yml b/tasks/install.yml new file mode 100644 index 0000000..59b625b --- /dev/null +++ b/tasks/install.yml @@ -0,0 +1,2 @@ +--- +# task/install file for renew_consul_certificates \ No newline at end of file diff --git a/tasks/prerequisites.yml b/tasks/prerequisites.yml new file mode 100644 index 0000000..4d6db05 --- /dev/null +++ b/tasks/prerequisites.yml @@ -0,0 +1,2 @@ +--- +# task/prerequisites file for renew_consul_certificates \ No newline at end of file