diff --git a/.gitignore b/.gitignore index 0af2904..10b26d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ molecule/*/.molecule *.log +*.swp diff --git a/README.md b/README.md index a3af83a..2f78b10 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you find issues, please register them in [GitHub](https://github.com/robertde To test this role locally please use [Molecule](https://github.com/metacloud/molecule): ``` pip install molecule -molecule test --scenario-name fedora-latest +molecule test ``` There are many scenarios available, please have a look in the `molecule/` directory. diff --git a/meta/main.yml b/meta/main.yml index 92e95d0..3089760 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -3,7 +3,8 @@ galaxy_info: author: Robert de Bock role_name: ara description: ARA reports Ansible, provides intuitive interfaces to browse Ansible runs. - license: Apache License, Version 2.0 + license: Apache-2.0 + company: none min_ansible_version: 2.4 platforms: diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 587dd1a..365cd3b 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -30,8 +30,6 @@ platforms: image: fedora:latest - name: ara-fedora-rawhide image: fedora:rawhide - - name: ara-gentoo - image: gentoo/stage3-amd64 - name: ara-opensuse-leap image: opensuse:leap - name: ara-opensuse-tumbleweed diff --git a/tasks/main.yml b/tasks/main.yml index b0e12c0..8f0e620 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -52,7 +52,7 @@ - ara_callback_plugins.stdout is defined become: yes -- name: configure ara +- name: configure ansible to use ara ini_file: path: "{{ ara_configuration_file }}" section: ara