Skip to content

Commit

Permalink
Remove become as part of the role, leave this to user
Browse files Browse the repository at this point in the history
  • Loading branch information
papanito committed Jul 24, 2020
1 parent acf4312 commit 1c5b261
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.1
v1.0.2
2 changes: 0 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
cf_binary_filename: "{{ cf_binaries[ansible_machine].filename_tgz }}"
- name: Download and install cloudflared
import_tasks: install.yml
become: yes
- name: Install cloudflared
import_tasks: configure.yml
become: yes
when: not install_only

0 comments on commit 1c5b261

Please sign in to comment.