Loading ansible.cfg +1 −1 Original line number Diff line number Diff line [defaults] host_key_checking = False retry_files_enabled = False roles_path = .molecule/roles roles_path = .molecule/roles:../ command_warnings = True deprecation_warnings = True molecule.yml +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ ansible: verbose: v playbook: tests/playbook.yml diff: True molecule: testinfra_dir: tests Loading Loading
ansible.cfg +1 −1 Original line number Diff line number Diff line [defaults] host_key_checking = False retry_files_enabled = False roles_path = .molecule/roles roles_path = .molecule/roles:../ command_warnings = True deprecation_warnings = True
molecule.yml +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ ansible: verbose: v playbook: tests/playbook.yml diff: True molecule: testinfra_dir: tests Loading