Przeglądaj źródła

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 lat temu
rodzic
commit
c3cefa9996
1 zmienionych plików z 1 dodań i 0 usunięć
  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
   delegate_to: localhost
 
 
 - name: Set Dynamic Inventory Filters
 - name: Set Dynamic Inventory Filters
+  become: false
   shell: >
   shell: >
     export OS_INV_FILTER_KEY=clusterid && OS_INV_FILTER_VALUE={{ env_id }}
     export OS_INV_FILTER_KEY=clusterid && OS_INV_FILTER_VALUE={{ env_id }}
   delegate_to: localhost
   delegate_to: localhost