Skip to content

Commit

Permalink
remove debug tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed May 22, 2024
1 parent 00b9ce7 commit 885eede
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions roles/cluster_settings/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,6 @@
pdl_response: "{{ cluster_settings_ha_pdl_response | default(omit) }}"
when: cluster_settings_ha_enable is defined

- name: Command
ansible.builtin.shell: pip freeze
register: _o
changed_when: False

- name: Debug
debug:
var: _o.stdout

- name: Configure vCLS Datastore Settings
community.vmware.vmware_cluster_vcls:
hostname: "{{ cluster_settings_hostname }}"
Expand Down

0 comments on commit 885eede

Please sign in to comment.