aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/tests
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-11-12 14:30:12 +0100
committerbinary <me@rgoncalves.se>2020-11-12 14:30:16 +0100
commitbd50f2355502263970419213c1b33bcca8cc48de (patch)
treeef6703dd7fc4b05fb31628aaedcdea93f6c49a04 /plugins/tests
parentb419094cda74405eb4cbb8b7031b53cd2f347566 (diff)
downloadinfrastructure-bd50f2355502263970419213c1b33bcca8cc48de.tar.gz
Start some experiments with modules
Diffstat (limited to 'plugins/tests')
-rw-r--r--plugins/tests/repology.json5
-rw-r--r--plugins/tests/repology.yml6
2 files changed, 11 insertions, 0 deletions
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"
remember that computers suck.