pe: list elements: str trusted: description: - Decides if a source is considered trusted or if warnings should be raised before e.g. packages are installed from this source. type: bool types: choices: - deb - deb-src default: - deb type: list elements: str description: - Which types of packages to look for from a given source; either binary C(deb) or source code C(deb-src) uris: description: - The URIs must specify the base of the Debian distribution archive, from which APT finds the information it needs. type: list elements: str mode: description: - The octal mode for newly created files in sources.list.d. type: raw default: '0644' state: description: - A source string state. type: str choices: - absent - present default: present requirements: - python3-debian / python-debian version_added: '2.15' ag