Integration tests: replace ansible_xxx with ansible_facts.xxx (#11479) Replace ansible_xxx with ansible_facts.xxx. (cherry picked from commit 476f2bf641) Co-authored-by: Felix Fontein <felix@fontein.de>
476f2bf641
Typo on tests for module lvm_pv Co-authored-by: klention <kmali@rash.al>
* Added LVM Physical Volume module * Fixed CI checks * python 2.7 compatibility * Fixed another fprint line not compatible with python 2.x * Applied cosmetic changes * Removed msg from RETURN section * Updated the 'absent state' block logic * Added integration tests * Updated logic for creating loop devices on Alpine Linux * Updated loop device path * Minor, cosmetic changes * Adjust indentation. --------- Co-authored-by: Felix Fontein <felix@fontein.de>