Skip to content
Snippets Groups Projects
Commit 481b7e8a authored by shirenn's avatar shirenn 🌊
Browse files

Removes unnecessary become

parent 34035fd6
No related branches found
No related tags found
1 merge request!19Framadate
---
# Setup dependencies
- name: Install framadate APT dependencies
become: yes
apt:
update_cache: true
name:
......@@ -36,6 +35,7 @@
composer:
command: install
working_dir: "{{ framadate.path }}"
become: true
become_user: www-data
register: composer_result
retries: 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment