Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/0.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Willsher committed Mar 4, 2015
2 parents a26a986 + 6b1451a commit 07aa12d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
---
language: python
python: "2.7"
language: c

before_install:
# Make sure everything's up to date.
- sudo add-apt-repository -y ppa:ansible/ansible
- sudo apt-get update -qq
- sudo apt-get -qq install ansible

install:
# Install Ansible.
- pip install ansible

# Add ansible.cfg to pick up roles path.
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"


script:
# Check the roles syntax
- "ansible-playbook -i tests/inventory tests/test.yml --syntax-check"
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
0.2.1 04 March 2015 Matt Willsher <[email protected]>

0.2.2 04 March 2015 Matt Willsher <[email protected]>
* Travis and doc typo fixes
0.2.0 12 January 2015 Matt Willsher <[email protected]>
* Fix naming issue for users_ssh_keys and correct documentation
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/WillsherSystems/ansible-users.svg?branch=master)](https://travis-ci.org/WillsherSystems/ansible-sshd) [![Ansible Galaxy](http://img.shields.io/badge/galaxy-willshersystems.users-660198.svg?style=flat)](https://galaxy.ansible.com/list#/roles/2562)
[![Build Status](https://travis-ci.org/willshersystems/ansible-users.svg?branch=master)](https://travis-ci.org/willshersystems/ansible-users)
[![Ansible Galaxy](http://img.shields.io/badge/galaxy-willshersystems.users-660198.svg?style=flat)](https://galaxy.ansible.com/list#/roles/2562)

User management
===============
Expand Down Expand Up @@ -121,7 +122,7 @@ users_ssh_keys:
- ssh-rsa AAAA.... [email protected]
```
### Tuning onfiguration
### Tuning configuration
* users_default_shell
Expand Down

0 comments on commit 07aa12d

Please sign in to comment.