fix documentation about avoiding apt_key (#84326)

This commit is contained in:
Lorenzo Bettini
2024-12-03 10:14:37 -05:00
committed by GitHub
parent 803cf7df41
commit 5100aa3977
+1 -1
View File
@@ -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
"""