Skip to content

Commit 4e94bf8

Browse files
authored
Merge pull request #4 from jasonheecs/ansible-galaxy
Add ansible galaxy integration
2 parents bd6db3e + e0f38b5 commit 4e94bf8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Ansible Role: Install Python on Ubuntu machines that do not have Python pre-installed
22
=========
33
[![Build Status][travis-badge]][travis-link]
4+
[![Galaxy Role][role-badge]][galaxy-link]
45

56
An ansible role that gets Ansible to work on bare Ubuntu machines that do not have Python pre-installed. It checks if python is installed, if not, it installs it via the [raw](https://docs.ansible.com/ansible/latest/modules/raw_module.html) module.
67

@@ -74,5 +75,7 @@ Author Information
7475

7576
[Jason Hee](https://jasonhee.com)
7677

78+
[galaxy-link]: https://galaxy.ansible.com/jasonheecs/ubuntu-python-raw/
79+
[role-badge]: https://img.shields.io/ansible/role/26273.svg
7780
[travis-badge]: https://travis-ci.com/jasonheecs/ansible-ubuntu-python-raw.svg?branch=master
7881
[travis-link]: https://travis-ci.com/jasonheecs/ansible-ubuntu-python-raw

0 commit comments

Comments
 (0)