diff --git a/deploy_remote.yml b/deploy_remote.yml index 43ae21a..39c711d 100644 --- a/deploy_remote.yml +++ b/deploy_remote.yml @@ -1,7 +1,8 @@ --- - name: Deploy and start Movie-DB Application hosts: all - become: yes + become: False + gather_facts: True vars: project_name: movie-db