From cee9872605b3ff20d3ce326881da515eba17f72f Mon Sep 17 00:00:00 2001 From: Jasper <44026484+jasperjonker@users.noreply.github.com> Date: Fri, 30 Sep 2022 17:06:41 +0200 Subject: [PATCH] apt_key, fix example indentation Co-authored-by: Matt Clay --- lib/ansible/modules/apt_key.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/apt_key.py b/lib/ansible/modules/apt_key.py index 4c4c3efb852..f4a4126dcbd 100644 --- a/lib/ansible/modules/apt_key.py +++ b/lib/ansible/modules/apt_key.py @@ -90,8 +90,8 @@ EXAMPLES = ''' - name: somerepo | apt source ansible.builtin.apt_repository: - repo: "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/somerepo.asc] https://download.example.com/linux/ubuntu {{ ansible_distribution_release }} stable" - state: present + repo: "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/myrepo.asc] https://download.example.com/linux/ubuntu {{ ansible_distribution_release }} stable" + state: present - name: Add an apt key by id from a keyserver ansible.builtin.apt_key: