use become instead of sudo

parent 4f564398
- name: Deploy Analytics API - name: Deploy Analytics API
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
vars: vars:
serial_count: 1 serial_count: 1
......
- name: Deploy dependencies needed to run edx-analytics-pipeline - name: Deploy dependencies needed to run edx-analytics-pipeline
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
vars: vars:
serial_count: 1 serial_count: 1
...@@ -43,11 +43,10 @@ ...@@ -43,11 +43,10 @@
tags: tags:
- devstack:start - devstack:start
# - name: refresh registered entrypoints - name: refresh registered entrypoints
# shell: ". {{ analytics_pipeline_venv_dir }}/bin/activate && make develop-local" shell: ". {{ analytics_pipeline_venv_dir }}/bin/activate && make develop-local"
# args: args:
# chdir: "{{ analytics_pipeline_code_dir }}" chdir: "{{ analytics_pipeline_code_dir }}"
# environment: analytics_pipeline_install_env environment: analytics_pipeline_install_env
# ignore_errors: yes tags:
# tags: - devstack:start
# - devstack:start
- name: Deploy Insights - name: Deploy Insights
hosts: all hosts: all
sudo: True become: True
gather_facts: True gather_facts: True
vars: vars:
serial_count: 1 serial_count: 1
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
# #
# - name: Deploy all dependencies of edx-analytics-pipeline to the node # - name: Deploy all dependencies of edx-analytics-pipeline to the node
# hosts: all # hosts: all
# sudo: True # become: True
# gather_facts: True # gather_facts: True
# roles: # roles:
# - analytics_pipeline # - analytics_pipeline
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
command: make system-requirements command: make system-requirements
args: args:
chdir: "{{ analytics_pipeline_code_dir }}" chdir: "{{ analytics_pipeline_code_dir }}"
sudo: True become: True
tags: tags:
- install - install
- install:system-requirements - install:system-requirements
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment