diff --git a/tests/includes/Debian/dotdeb.yml b/tests/includes/Debian/dotdeb.yml deleted file mode 100644 index 0d222c2..0000000 --- a/tests/includes/Debian/dotdeb.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- - -- name: APT | Install DotDeb key - apt_key: - url: 'http://www.dotdeb.org/dotdeb.gpg' - -- name: APT | Add Dotdeb repository - apt_repository: - repo: 'deb http://packages.dotdeb.org {{ ansible_distribution_release }} all'