mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-29 09:21:43 -07:00
* Initial Commit
* Fixing PY26 filter
* Adding changelog fragment
* Removing checksum related code
* Removing list comparisons due to Jinja errors
* Applying review suggestions
* Applying review suggestions - typos
(cherry picked from commit 9fd2ba60df
)
Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
This commit is contained in:
parent
f0d6fcb3fa
commit
0b239199e7
5 changed files with 179 additions and 19 deletions
|
@ -121,6 +121,13 @@
|
|||
loop_control:
|
||||
loop_var: format
|
||||
|
||||
- name: Run Idempotency tests
|
||||
include_tasks:
|
||||
file: ../tests/idempotency.yml
|
||||
loop: "{{ formats }}"
|
||||
loop_control:
|
||||
loop_var: format
|
||||
|
||||
# Test cleanup
|
||||
- name: Remove backports.lzma if previously installed (pip)
|
||||
pip: name=backports.lzma state=absent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue