"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "lib/ansible/modules/rpm_key.py" between
ansible-2.14.0.tar.gz and ansible-2.14.1rc1.tar.gz

About: Ansible is an IT Configuration Management, Deployment & Orchestration tool.
Release candidate.

rpm_key.py  (ansible-2.14.0):rpm_key.py  (ansible-2.14.1rc1)
skipping to change at line 35 skipping to change at line 35
type: str type: str
required: true required: true
state: state:
description: description:
- If the key will be imported or removed from the rpm db. - If the key will be imported or removed from the rpm db.
type: str type: str
default: present default: present
choices: [ absent, present ] choices: [ absent, present ]
validate_certs: validate_certs:
description: description:
- If C(no) and the C(key) is a url starting with https, SSL certificates will not be validated. - If C(false) and the C(key) is a url starting with https, SSL certifica tes will not be validated.
- This should only be used on personally controlled sites using self-sig ned certificates. - This should only be used on personally controlled sites using self-sig ned certificates.
type: bool type: bool
default: 'yes' default: 'yes'
fingerprint: fingerprint:
description: description:
- The long-form fingerprint of the key being imported. - The long-form fingerprint of the key being imported.
- This will be used to verify the specified key. - This will be used to verify the specified key.
type: str type: str
version_added: 2.9 version_added: 2.9
extends_documentation_fragment: extends_documentation_fragment:
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)