Skip to content

Commit

Permalink
Add missing become when installing cli dependencies (#87)
Browse files Browse the repository at this point in the history
Not having this here makes the role fail when there is no global
become: yes in the playbook/role definition.
  • Loading branch information
Gordon Schulz authored and freemanjp committed Nov 11, 2017
1 parent 113e94a commit b2c98d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/install-extensions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- name: install extension cli dependencies
become: yes
apt:
name: "{{ item }}"
state: present
Expand Down

0 comments on commit b2c98d2

Please sign in to comment.