Create the debug inventory the same way as the live inventory to keep the behavior the same. This fixes #214.
pretty please pagure-ci rebuild
https://jenkins-fedora-atomic-process.apps.ci.centos.org/job/str_pr_test/129/console
Running: pycodestyle --max-line-length=120 /home/jenkins/workspace/str_pr_test/inventory/standard-inventory-qcow2 /home/jenkins/workspace/str_pr_test/inventory/standard-inventory-qcow2:118:42: E124 closing bracket does not match visual indentation /home/jenkins/workspace/str_pr_test/inventory/standard-inventory-qcow2:119:29: E124 closing bracket does not match visual indentation /home/jenkins/workspace/str_pr_test/inventory/standard-inventory-qcow2:120:21: E124 closing bracket does not match visual indentation
fixed
rebased onto b2e2f8810067592f9b1de0330b0171eae4ec5256
Do we need to return value?
I guess the return value is not needed but I also see no harm in having it.
Okay, thank you.
Commit 3ec8892a fixes this pull-request
Pull-Request has been merged by astepano
Create the debug inventory the same way as the live inventory to keep
the behavior the same. This fixes #214.