Alex Schultz 1486de5d02 Bump molecule version
Latest version changes the file name from playbook.yml to
converage.yaml. Also the lint section isn't necessary because we run
linters seperate.

Change-Id: Id4fd60672576b640c0669bad6112f1259c983a05
2020-02-06 17:25:26 -07:00
..
2020-01-31 14:15:37 -07:00
2020-01-31 14:15:37 -07:00
2020-02-06 17:25:26 -07:00
2020-01-31 14:15:37 -07:00
2020-01-31 14:15:37 -07:00
2020-01-31 14:15:37 -07:00

test_molecule_prep

A role to do collection install for molecule testing. The role assumes it's being run from a molecule path.

Requirements

None.

Role Variables

  • test_module_prep_collections_build_root: (String) Path a directory to output the collection build to. Default: "{{ ansible_env.HOME }}/collection-buildroot"
  • test_module_prep_execution_root: (String) Path to the directory where the build action should run in. Default: '../../../..'

Output Variables

None.

Dependencies

None.

Example Playbook

Example install execution playbook

- hosts: localhost
  tasks:
    - name: Do molecule prep actions
      import_role:
        name: test_molecule_prep

License

Apache-2.0