Skip to content

Commit

Permalink
Added PowerShellCore info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Dec 2, 2019
1 parent ad23743 commit 347f57b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -110,8 +110,8 @@ Get-EncryptedAnsibleVault
These cmdlets have the following requirements

* PowerShell v3.0 or newer
* Windows PowerShell (not PowerShell Core)
* Windows Server 2008 R2/Windows 7 or newer
* Windows PowerShell or PowerShell Core
* Windows Server 2008 R2/Windows 7 or newer, including Linux


## Installing
Expand Down Expand Up @@ -193,4 +193,3 @@ _Note: this requires PowerShellGet or WMF 5 to be installed_
## Backlog

* See if it is possible to integrate with vim or some other cli editor if it is installed (`ansible-vault create/edit`)
* Look at using [Rfc2898DeriveBytes](https://msdn.microsoft.com/en-us/library/system.security.cryptography.rfc2898derivebytes(v=vs.110).aspx) if it is available on the host to add support for PowerShell Core

0 comments on commit 347f57b

Please sign in to comment.