diff --git a/tasks/main.yml b/tasks/main.yml index 43c2bc0f..045e046f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -49,4 +49,4 @@ name: "{{ item }}" state: present loop: "{{ bootstrap_facts_packages.split() }}" - become: no + become: yes