Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a test commit #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/PULL_REQUEST_TEMPLATE/PR_TEMPLATE2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Ensure following requirements are met to process the merge request

- Dev Code Review

This is PR template2
- QA sign off
1 change: 1 addition & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/bash
# Test Commit
export PATH=/usr/bin:$PATH
cd /vagrant
/usr/bin/ansible-playbook --extra-vars "host_variable=localhost" --extra-vars "es_mem=1g" site.yml
4 changes: 2 additions & 2 deletions roles/elasticsearch/handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: ensure elasticsearch is running
- name: ensure elasticsearch is running. This is a test comment
service: name=elasticsearch state=started enabled=yes

- name: restart elasticsearch
service: name=elasticsearch state=restarted enabled=yes
service: name=elasticsearch state=restarted enabled=yes