1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 06:08:35 +01:00

fixed i3 templating

This commit is contained in:
eoli3n 2017-12-19 13:30:10 +01:00
parent 300e4b228e
commit 95a76cadb0
3 changed files with 2 additions and 2 deletions

@ -17,7 +17,7 @@ fi
echo "### LIST TASKS #################################################################"
ansible-playbook -i "localhost," -c local install.yml --list-tasks -t desktop | grep TAGS | egrep -v 'play|debug|include_role' | sed 's/\ *\(.*\)TAGS.*$/\1/'
ansible-playbook -i "localhost," -c local install.yml --list-tasks -t $1 | grep TAGS | egrep -v 'play|debug|include_role' | sed 's/\ *\(.*\)TAGS.*$/\1/'
echo "Do you want to dryrun ? (y/N)"
read ok

@ -154,7 +154,7 @@ bindsym $mod+Shift+ccedilla move container to workspace $tag9
bindsym $mod+Shift+agrave move container to workspace $tag10
### BEGIN includes
{% include {{ ansible_hostname }}/config.j2 %}
{% include ansible_hostname + '/config.j2' ignore missing %}
### END includes
# reload the configuration file