From a9b6cf9c0f5c8b07d0a3e0c650d873b8a1b4e001 Mon Sep 17 00:00:00 2001 From: Roman Kuzmitskii Date: Sat, 27 Apr 2024 10:32:13 +0700 Subject: [PATCH] NOTASK: systemd hostnamed argument specs (#34) --- roles/systemd_hostnamed/meta/argument_specs.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 roles/systemd_hostnamed/meta/argument_specs.yml diff --git a/roles/systemd_hostnamed/meta/argument_specs.yml b/roles/systemd_hostnamed/meta/argument_specs.yml new file mode 100644 index 0000000..a7ef898 --- /dev/null +++ b/roles/systemd_hostnamed/meta/argument_specs.yml @@ -0,0 +1,7 @@ +--- +argument_specs: + main: + options: + systemd_hostnamed_service_name: + required: true + type: str