Skip to content

Commit

Permalink
Enabled bash completion for *es*
Browse files Browse the repository at this point in the history
  • Loading branch information
dn0 committed Apr 21, 2017
1 parent ed974c9 commit ac851d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/roles/esdc-mgmt/tasks/esdc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@
- name: Restore SELinux contexts
command: /sbin/restorecon -FR /opt/erigones

- name: Enable bash completion for es
file: path=/etc/bash_completion.d/es_bash_completion.sh
src=/opt/erigones/doc/api/es_bash_completion.sh
state=link

#
# Configure other services related to Danube Cloud
#
Expand Down

0 comments on commit ac851d0

Please sign in to comment.