diff --git a/tasks/main.yml b/tasks/main.yml index cb95839..0175b8d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -13,7 +13,7 @@ repo: "ppa:touchegg/stable" state: present -- name: "Add Touchegg repository" +- name: "Add Ansible repository" apt_repository: repo: "ppa:ansible/ansible" state: present