diff options
-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 |