Skip to content

Commit

Permalink
remove a problematic playbook gen example (#1511)
Browse files Browse the repository at this point in the history
* remove a problematic playbook gen example

* chore: auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
jameswnl and pre-commit-ci[bot] authored Aug 16, 2024
1 parent 5a89836 commit 0cb3afd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/features/lightspeed/playbookGeneration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,13 +360,6 @@ export function getWebviewContent(webview: Webview, extensionUri: Uri) {
Create IIS websites on port 8080 and 8081 and open firewall
</p>
</div>
<div class="exampleTextContainer">
<p>
Create a RHEL 9.2 Azure virtual machine named RHEL-VM in resource group named
RH attached to the VNET my-vnet and subnet my-subnet with a public ip address and
a security group to allow traffic over port 22.
</p>
</div>
<div class="exampleTextContainer">
<p>
Create a t2.micro EC2 instance using image id ami-01cc36e92a4e9a428 in region
Expand Down

0 comments on commit 0cb3afd

Please sign in to comment.