Skip to content

Commit

Permalink
Add ansible to rhel-variants and photonos (#76)
Browse files Browse the repository at this point in the history
- Adds the ansible package and dependencies to RHEL-variants.
- Adds the ansible package and dependencies to PhotonOS.
  • Loading branch information
Ryan Johnson authored Sep 30, 2021
1 parent 2acab7e commit 82e8413
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builds/linux/photon-4/data/ks.pkrtpl.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"additional_packages": [
"sudo",
"vim",
"cloud-utils"
"cloud-utils",
"ansible"
],
"postinstall": [
"#!/bin/sh",
Expand Down

0 comments on commit 82e8413

Please sign in to comment.