From 17c0029c69290af0c0f74912cb5eb196b37b322c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 22 Dec 2025 17:25:45 +0100 Subject: Add man pages role and explicitly install bash on machines --- roles/man/meta/argument_specs.yml | 6 ++++++ roles/man/meta/main.yml | 17 +++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 roles/man/meta/argument_specs.yml create mode 100644 roles/man/meta/main.yml (limited to 'roles/man/meta') diff --git a/roles/man/meta/argument_specs.yml b/roles/man/meta/argument_specs.yml new file mode 100644 index 00000000..e9dc90b3 --- /dev/null +++ b/roles/man/meta/argument_specs.yml @@ -0,0 +1,6 @@ +--- +argument_specs: + main: + short_description: "Install man on Linux distribution" + description: "Install manual pages on Linux distribution" + options: {} diff --git a/roles/man/meta/main.yml b/roles/man/meta/main.yml new file mode 100644 index 00000000..b7fbb4a7 --- /dev/null +++ b/roles/man/meta/main.yml @@ -0,0 +1,17 @@ +--- +dependencies: [] +galaxy_info: + author: "a14m" + description: "Install man" + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" + - name: "Ubuntu" + versions: + - "noble" + - name: "Debian" + versions: + - "bookworm" -- cgit v1.2.3