diff options
Diffstat (limited to 'playbooks')
| -rw-r--r-- | playbooks/byo/openshift-management/add_many_container_providers.yml | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/playbooks/byo/openshift-management/add_many_container_providers.yml b/playbooks/byo/openshift-management/add_many_container_providers.yml index 3ab20b94c..62fdb11c5 100644 --- a/playbooks/byo/openshift-management/add_many_container_providers.yml +++ b/playbooks/byo/openshift-management/add_many_container_providers.yml @@ -26,16 +26,6 @@      with_items: "{{ container_providers }}"      register: results -  # TODO: Make this prettier and easier to read -  - name: Save results -    copy: -      dest: /tmp/results.json -      content: "{{ results.results | to_nice_json }}" -      # state: present -    # debug: -    #   var: item.item -    # with_items: "{{ results.results }}" -    # Include openshift_management for access to filter_plugins.    - include_role:        name: openshift_management | 
