mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 08:05:22 +02:00
fix documentation about avoiding apt_key (#84326)
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user