mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 13:22:58 +00:00
Fix some ansible-lint issues (#907)
* Fix fqcn[action-core]. * Fix fqcn[action]. * Fix jinja[spacing].
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
- name: Gather facts on controller
|
||||
setup:
|
||||
ansible.builtin.setup:
|
||||
gather_subset: '!all'
|
||||
delegate_to: localhost
|
||||
delegate_facts: true
|
||||
run_once: true
|
||||
- name: Show variables
|
||||
debug:
|
||||
ansible.builtin.debug:
|
||||
msg: |-
|
||||
Target:
|
||||
Python: {{ ansible_facts.python.version.major ~ '.' ~ ansible_facts.python.version.minor }}
|
||||
@@ -26,7 +26,7 @@
|
||||
Distribution version: {{ hostvars['localhost'].ansible_facts.distribution_version | internal__get_major_minor_version }}
|
||||
Distribution major version: {{ hostvars['localhost'].ansible_facts.distribution_major_version }}
|
||||
- name: Record information
|
||||
set_fact:
|
||||
ansible.builtin.set_fact:
|
||||
target_system_python: >-
|
||||
{{
|
||||
system_python_version_data |
|
||||
|
||||
Reference in New Issue
Block a user