diff options
author | mail_redacted_for_web | 2022-01-10 14:32:38 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2022-01-10 14:32:38 +0100 |
commit | 0bac22d3d5799ef6c95838d3de08a0d1e1d7ef2b (patch) | |
tree | dcc7c0f65b858bfaff86dfebba83e27c70633e42 /ansible-2.j2 | |
parent | 1ee6fb2719b44650e5b012945ce8710a7ac98f5b (diff) | |
download | ansible-0bac22d3d5799ef6c95838d3de08a0d1e1d7ef2b.tar.bz2 |
rename of ansible debian templating
Diffstat (limited to 'ansible-2.j2')
-rw-r--r-- | ansible-2.j2 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ansible-2.j2 b/ansible-2.j2 deleted file mode 100644 index 746d5bf..0000000 --- a/ansible-2.j2 +++ /dev/null @@ -1,19 +0,0 @@ -{# -# vim:syntax=jinja -#} -{% if vars.ans is defined %} -{% if ansible_distribution_version is defined and ansible_distribution_version == "11" %} -# Debian 11 ({{vars.ans.11.debname}}) -deb http://ppa.launchpad.net/ansible/ansible/ubuntu {{vars.ans.11.release}} main -{% elif ansible_distribution_version is defined and ansible_distribution_version == "10" %} -# Debian 10 ({{vars.ans.10.debname}}) -deb http://ppa.launchpad.net/ansible/ansible/ubuntu {{vars.ans.10.release}} main -{% elif ansible_distribution_version is defined and ansible_distribution_version == "9" %} -# Debian 9 ({{vars.ans.9.debname}}) -deb http://ppa.launchpad.net/ansible/ansible/ubuntu {{vars.ans.9.release}} main -{% else %} -# NO REPO KNOWN FOR THIS DEBIAN RELEASE -{% endif %} -{% else %} -# RS.ANS WAS NOT DEFINED -{% endif %} |