Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ottomatica/bakerlets-source into …
Browse files Browse the repository at this point in the history
…0.3.0
  • Loading branch information
ssmirr committed Jan 30, 2018
2 parents 5a7d1b4 + 45aeca3 commit 08aa81b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/remotes/bakerlets-source/env/env.yml.mustache
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
- hosts: all
become: yes

tasks:
{{#env}}
- name: Adding the path in the bashrc files
lineinfile:
dest: /home/{{=<% %>=}}{{ansible_user}}<%={{ }}=%>/.bashrc
line: 'export {{KEY}}={{VALUE}}'
insertafter: 'EOF'
state: present

{{/env}}

0 comments on commit 08aa81b

Please sign in to comment.