Skip to content

Commit

Permalink
Add ct self-update
Browse files Browse the repository at this point in the history
Fixes #103
  • Loading branch information
mblaschke committed Apr 20, 2017
1 parent 8497153 commit df2e575
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions provision/ansible/roles/clitools/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
mode: 0777
state: file

- name: Run self update for clitools
command: '/usr/local/bin/ct self-update'
ignore_errors: True

- name: Install clitools additional packages
action: apt pkg='{{ item }}' state=latest
with_items:
Expand Down

0 comments on commit df2e575

Please sign in to comment.