use FQCN in deb822_repository examples

pull/82899/head
Evgeni Golov 8 months ago
parent b8b12c4be3
commit f45947de0d

@ -150,7 +150,7 @@ version_added: '2.15'
EXAMPLES = ''' EXAMPLES = '''
- name: Add debian repo - name: Add debian repo
deb822_repository: ansible.builtin.deb822_repository:
name: debian name: debian
types: deb types: deb
uris: http://deb.debian.org/debian uris: http://deb.debian.org/debian
@ -161,7 +161,7 @@ EXAMPLES = '''
- non-free - non-free
- name: Add debian repo with key - name: Add debian repo with key
deb822_repository: ansible.builtin.deb822_repository:
name: debian name: debian
types: deb types: deb
uris: https://deb.debian.org uris: https://deb.debian.org
@ -182,7 +182,7 @@ EXAMPLES = '''
-----END PGP PUBLIC KEY BLOCK----- -----END PGP PUBLIC KEY BLOCK-----
- name: Add repo using key from URL - name: Add repo using key from URL
deb822_repository: ansible.builtin.deb822_repository:
name: example name: example
types: deb types: deb
uris: https://download.example.com/linux/ubuntu uris: https://download.example.com/linux/ubuntu

Loading…
Cancel
Save