From bd50f2355502263970419213c1b33bcca8cc48de Mon Sep 17 00:00:00 2001 From: binary Date: Thu, 12 Nov 2020 14:30:12 +0100 Subject: Start some experiments with modules --- plugins/tests/repology.json | 5 +++++ plugins/tests/repology.yml | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 plugins/tests/repology.json create mode 100644 plugins/tests/repology.yml (limited to 'plugins/tests') diff --git a/plugins/tests/repology.json b/plugins/tests/repology.json new file mode 100644 index 0000000..fabd124 --- /dev/null +++ b/plugins/tests/repology.json @@ -0,0 +1,5 @@ +{ + "ANSIBLE_MODULE_ARGS": { + "package": "firefox" + } +} diff --git a/plugins/tests/repology.yml b/plugins/tests/repology.yml new file mode 100644 index 0000000..fabf019 --- /dev/null +++ b/plugins/tests/repology.yml @@ -0,0 +1,6 @@ +- name: Test repology + hosts: localhost + tasks: + + - repology: + package: "firefox" -- cgit v1.2.3