aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-09-19 16:17:24 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-09-19 16:17:24 +0200
commit8cacb245ed6eda7fc89d47280ad8e2667ee0aa39 (patch)
treeea57298796d80e612765647620bec95bc7febc02
parentswitch to ansible.builtin.package in more places (diff)
downloadinfra-ansible-8cacb245ed6eda7fc89d47280ad8e2667ee0aa39.tar.gz
infra-ansible-8cacb245ed6eda7fc89d47280ad8e2667ee0aa39.zip
add meta/runtime.yml
-rw-r--r--meta/runtime.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/runtime.yml b/meta/runtime.yml
new file mode 100644
index 0000000..859bba3
--- /dev/null
+++ b/meta/runtime.yml
@@ -0,0 +1,3 @@
+# ansible.builtin.systemd was renamed to ansible.builtin.systemd_service in
+# 2.14.0.
+requires_ansible: '>=2.14.0'