apt_key.py (ansible-2.14.0) | : | apt_key.py (ansible-2.14.1rc1) | ||
---|---|---|---|---|
skipping to change at line 76 | skipping to change at line 76 | |||
type: str | type: str | |||
version_added: "1.6" | version_added: "1.6" | |||
state: | state: | |||
description: | description: | |||
- Ensures that the key is present (added) or absent (revoked). | - Ensures that the key is present (added) or absent (revoked). | |||
type: str | type: str | |||
choices: [ absent, present ] | choices: [ absent, present ] | |||
default: present | default: present | |||
validate_certs: | validate_certs: | |||
description: | description: | |||
- If C(no), SSL certificates for the target url will not be validate d. This should only be used | - If C(false), SSL certificates for the target url will not be valid ated. This should only be used | |||
on personally controlled sites using self-signed certificates. | on personally controlled sites using self-signed certificates. | |||
type: bool | type: bool | |||
default: 'yes' | default: 'yes' | |||
''' | ''' | |||
EXAMPLES = ''' | EXAMPLES = ''' | |||
- name: One way to avoid apt_key once it is removed from your distro | - name: One way to avoid apt_key once it is removed from your distro | |||
block: | block: | |||
- name: somerepo |no apt key | - name: somerepo |no apt key | |||
ansible.builtin.get_url: | ansible.builtin.get_url: | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |