summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-06-18 16:42:51 -0500
committerMatt Martz <matt@sivel.net>2014-06-19 14:25:49 -0500
commit128be9ea27277f40694847748ace56c0c01e6ae2 (patch)
tree227f9cce52e0d2c963d9420459d87db55c2b3493
parent38338157b33111f06517b6216ca8c167a0d0276f (diff)
downloadansible-128be9ea27277f40694847748ace56c0c01e6ae2.tar.gz
File rename.
-rw-r--r--docsite/rst/intro_windows.rst4
-rw-r--r--examples/scripts/upgrade_to_ps3.ps1 (renamed from examples/scripts/UpgradeToPS3.ps1)0
2 files changed, 2 insertions, 2 deletions
diff --git a/docsite/rst/intro_windows.rst b/docsite/rst/intro_windows.rst
index 51e2d4db24..26cdffb64b 100644
--- a/docsite/rst/intro_windows.rst
+++ b/docsite/rst/intro_windows.rst
@@ -151,13 +151,13 @@ Additionally, Powershell 3.0 or higher is needed for most modules. You can actu
ansible example playbook to upgrade your windows systems from Powershell 2.0 to 3.0 in order to take
advantage of the *other* ansible modules.
-Looking at an ansible checkout, copy the examples/scripts/upgrade_ps2_to_3.ps1 script from the repo into
+Looking at an ansible checkout, copy the examples/scripts/upgrade_to_ps3.ps1 script from the repo into
your local directory, and run a playbook that looks like the following::
- hosts: windows
gather_facts: no
tasks:
- - script: upgrade_ps2_to_3.ps1
+ - script: upgrade_to_ps3.ps1
The hosts in the above group will then be running a new enough version of Powershell to be managed
by the full compliment of Ansible modules.
diff --git a/examples/scripts/UpgradeToPS3.ps1 b/examples/scripts/upgrade_to_ps3.ps1
index 1c938d64f1..1c938d64f1 100644
--- a/examples/scripts/UpgradeToPS3.ps1
+++ b/examples/scripts/upgrade_to_ps3.ps1