Browse Source

Move pre_tasks from to the openstack provisioner

We should probably not pollute the role namespace with a name as common
as "common". Moving the pre_task.yml to provisioners/openstack instead.
Tomas Sedovic 7 years ago
parent
commit
c3cefa9996
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/common/pre_tasks/pre_tasks.yml

+ 1 - 0
roles/common/pre_tasks/pre_tasks.yml

@@ -16,6 +16,7 @@
   delegate_to: localhost
 
 - name: Set Dynamic Inventory Filters
+  become: false
   shell: >
     export OS_INV_FILTER_KEY=clusterid && OS_INV_FILTER_VALUE={{ env_id }}
   delegate_to: localhost