Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
Sweep-add all changed
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Oct 20, 2018
1 parent ce1a935 commit 45eb2fd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
molecule/*/.molecule
*.log
*.swp
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion meta/main.yml
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions molecule/default/molecule.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yml
Expand Up @@ -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
Expand Down

0 comments on commit 45eb2fd

Please sign in to comment.