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 | |
parent | 1ee6fb2719b44650e5b012945ce8710a7ac98f5b (diff) | |
download | ansible-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 |