Commit 107bdedd by arbabnazar

fix ansible 2.x error

parent 9ec43325
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
- name: Configure instance(s) - name: Configure instance(s)
hosts: all hosts: all
become: True become: True # convert back to 'sudo: True', addressed in separate PR
gather_facts: True gather_facts: True
vars: vars:
migrate_db: "yes" migrate_db: "yes"
......
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