Skip to content

Commit

Permalink
Merge pull request beetboxvm#313 from Decipher/features/311-playbook_…
Browse files Browse the repository at this point in the history
…results

beetboxvm#311: Use playbook specific results files.
  • Loading branch information
Decipher authored Aug 18, 2016
2 parents 18f0963 + dfc9d67 commit 1d53536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion provisioning/ansible/playbook-provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
- name: Create welcome message.
template:
src: "{{ welcome_template }}"
dest: "{{ beet_home }}/.beetbox/welcome.txt"
dest: "{{ beet_home }}/.beetbox/results-provision.txt"
force: yes
mode: 0644
become: no
4 changes: 2 additions & 2 deletions provisioning/beetbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ beetbox_play update
beetbox_play $BEET_PLAYBOOK

# Print welcome message.
sudo touch $BEET_HOME/.beetbox/welcome.txt
sudo cat $BEET_HOME/.beetbox/welcome.txt
sudo touch $BEET_HOME/.beetbox/results-$BEET_PLAYBOOK.txt
sudo cat $BEET_HOME/.beetbox/results-$BEET_PLAYBOOK.txt

0 comments on commit 1d53536

Please sign in to comment.