Skip to content

Commit

Permalink
Merge pull request #2 from onaio/squash-actions
Browse files Browse the repository at this point in the history
Refactor tasks that use squash_actions
  • Loading branch information
moshthepitt authored Oct 4, 2018
2 parents 750f3a9 + dafa147 commit a65261a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ansible-react

[![Build Status](http://cicd.onalabs.org/api/badges/onaio/ansible-react/status.svg)](http://cicd.onalabs.org/onaio/ansible-react)

Install and configure react apps.

This is a simple and straight-to-the-point role to install react apps. it is tested against apps that were created using [create react app](https://github.com/facebook/create-react-app).
Expand Down
3 changes: 1 addition & 2 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@

- name: Install system-wide dependencies
apt:
pkg: "{{ item }}"
name: "{{ system_wide_dependencies }}"
state: latest
update_cache: yes
cache_valid_time: 600
with_items: "{{ system_wide_dependencies }}"

- name: Ensure required directories are present
file:
Expand Down

0 comments on commit a65261a

Please sign in to comment.