Tue, 22 Mar 2016 22:27:46 -0400
Fix YAML
--- - apt_repository: repo: "deb http://mozilla.debian.net/ {{ansible_distribution_release}}-backports firefox-release" when: ansible_os_family == 'Debian' tags: repos - package: name: firefox state: latest tags: packages, install