Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Commit 2759aa4

Browse files
authored
Update README.md
1 parent 0bd64c7 commit 2759aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ansible Role: process_exporter
22

3-
[![Build Status](https://travis-ci.org/cloudalchemy/ansible-process_exporter.svg?branch=master)](https://travis-ci.org/cloudalchemy/ansible-process_exporter)
3+
[![Build Status](https://travis-ci.com/cloudalchemy/ansible-process_exporter.svg?branch=master)](https://travis-ci.com/cloudalchemy/ansible-process_exporter)
44
[![License](https://img.shields.io/badge/license-MIT%20License-brightgreen.svg)](https://opensource.org/licenses/MIT)
55
[![Ansible Role](https://img.shields.io/badge/ansible%20role-cloudalchemy.process_exporter-blue.svg)](https://galaxy.ansible.com/cloudalchemy/process_exporter/)
66
[![GitHub tag](https://img.shields.io/github/tag/cloudalchemy/ansible-process_exporter.svg)](https://github.com/cloudalchemy/ansible-process_exporter/tags)
@@ -41,7 +41,7 @@ Use it in a playbook as follows:
4141
The preferred way of locally testing the role is to use Docker and [molecule](https://github.com/metacloud/molecule) (v2.x). You will have to install Docker on your system. See "Get started" for a Docker package suitable to for your system.
4242
We are using tox to simplify process of testing on multiple ansible versions. To install tox execute:
4343
```sh
44-
pip install tox
44+
pip3 install tox
4545
```
4646
To run tests on all ansible versions (WARNING: this can take some time)
4747
```sh

0 commit comments

Comments
 (0)