mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 05:43:06 +00:00
Fix some ansible-lint issues (#907)
* Fix fqcn[action-core]. * Fix fqcn[action]. * Fix jinja[spacing].
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
- hosts: localhost
|
||||
tasks:
|
||||
- name: Show Python info
|
||||
debug:
|
||||
ansible.builtin.debug:
|
||||
var: ansible_python
|
||||
|
||||
- name: Register cryptography version
|
||||
command: "{{ ansible_python.executable }} -c 'import cryptography; print(cryptography.__version__)'"
|
||||
ansible.builtin.command: "{{ ansible_python.executable }} -c 'import cryptography; print(cryptography.__version__)'"
|
||||
register: cryptography_version
|
||||
|
||||
- name: Determine output directory
|
||||
set_fact:
|
||||
ansible.builtin.set_fact:
|
||||
output_path: "{{ 'output-%0x' % ((2**32) | random) }}"
|
||||
|
||||
- name: Find all roles
|
||||
|
||||
Reference in New Issue
Block a user