Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#271 from fao89/rmtaskdbg
Browse files Browse the repository at this point in the history
Removing ANSIBLE_ENABLE_TASK_DEBUGGER
  • Loading branch information
openshift-merge-bot[bot] authored Nov 21, 2023
2 parents 3cea9a4 + edcce56 commit 6dd9b38
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions examples/openstack-ansibleee-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ spec:
value: "True"
- name: ANSIBLE_SSH_ARGS
value: "-C -o ControlMaster=auto -o ControlPersist=80s"
- name: ANSIBLE_ENABLE_TASK_DEBUGGER
value: "True"
extraMounts:
- volumes:
- name: sshkey
Expand Down
2 changes: 0 additions & 2 deletions examples/openstack-ansibleee-playbook-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ spec:
value: "True"
- name: ANSIBLE_SSH_ARGS
value: "-C -o ControlMaster=auto -o ControlPersist=80s"
- name: ANSIBLE_ENABLE_TASK_DEBUGGER
value: "True"
extraMounts:
- extraVolType: Ceph
volumes:
Expand Down
2 changes: 0 additions & 2 deletions examples/openstack-ansibleee-playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ spec:
value: "True"
- name: ANSIBLE_SSH_ARGS
value: "-C -o ControlMaster=auto -o ControlPersist=80s"
- name: ANSIBLE_ENABLE_TASK_DEBUGGER
value: "True"
extraMounts:
- volumes:
- name: sshkey
Expand Down
2 changes: 0 additions & 2 deletions examples/openstack-ansibleee-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ spec:
value: "True"
- name: ANSIBLE_SSH_ARGS
value: "-C -o ControlMaster=auto -o ControlPersist=80s"
- name: ANSIBLE_ENABLE_TASK_DEBUGGER
value: "True"
extraMounts:
- volumes:
- name: sshkey
Expand Down

0 comments on commit 6dd9b38

Please sign in to comment.