Opt out of PowerShell telemetry

This commit is contained in:
Anthony Rose 2020-03-05 14:58:48 +00:00
parent d44ec9ee88
commit d6076ff1cc

View file

@ -27,6 +27,7 @@ export TIME_STYLE="long-iso"
# Other exports. # Other exports.
export ANSIBLE_NOCOWS=1 export ANSIBLE_NOCOWS=1
export EDITOR=vi export EDITOR=vi
export POWERSHELL_TELEMETRY_OPTOUT=1
export PYTHONWARNINGS="ignore::UserWarning" export PYTHONWARNINGS="ignore::UserWarning"
PS1="$ " PS1="$ "