fix documentation about avoiding apt_key (#84326)

pull/81346/head
Lorenzo Bettini 1 year ago committed by GitHub
parent 803cf7df41
commit 5100aa3977
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -143,7 +143,7 @@ EXAMPLES = """
- name: somerepo | apt source
ansible.builtin.apt_repository:
repo: "deb [arch=amd64 signed-by=/etc/apt/keyrings/myrepo.asc] https://download.example.com/linux/ubuntu {{ ansible_distribution_release }} stable"
repo: "deb [arch=amd64 signed-by=/etc/apt/keyrings/somerepo.asc] https://download.example.com/linux/ubuntu {{ ansible_distribution_release }} stable"
state: present
"""

Loading…
Cancel
Save