git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-01-10 14:32:38 +0100
committerHarald Pfeiffer <coding _ lirion.de> 2022-01-10 14:32:38 +0100
commit0bac22d3d5799ef6c95838d3de08a0d1e1d7ef2b (patch)
treedcc7c0f65b858bfaff86dfebba83e27c70633e42
parent1ee6fb2719b44650e5b012945ce8710a7ac98f5b (diff)
downloadansible-0bac22d3d5799ef6c95838d3de08a0d1e1d7ef2b.tar.bz2
rename of ansible debian templating
-rw-r--r--debian-ansible-2.j2 (renamed from ansible-2.j2)0
-rw-r--r--debian-ansible-2.yml (renamed from ansible-2.yml)2
2 files changed, 1 insertions, 1 deletions
diff --git a/ansible-2.j2 b/debian-ansible-2.j2
index 746d5bf..746d5bf 100644
--- a/ansible-2.j2
+++ b/debian-ansible-2.j2
diff --git a/ansible-2.yml b/debian-ansible-2.yml
index f3fc1ce..0780674 100644
--- a/ansible-2.yml
+++ b/debian-ansible-2.yml
@@ -33,7 +33,7 @@
handlers:
- name: Create ansible repository file
template:
- src: "./ansible-2.j2"
+ src: "./debian-ansible-2.j2"
dest: "/etc/apt/sources.list.d/ansible-ubuntu.list"
owner: root
group: root