```# This is an example inventory.yaml # To read m...
# bolt
w
Copy code
# This is an example inventory.yaml
# To read more about inventory files, see <https://pup.pt/bolt-inventory>
#
# groups:
#   - name: linux
#     targets:
#       - <http://target1.example.com|target1.example.com>
#       - <http://target2.example.com|target2.example.com>
#     config:
#       transport: ssh
#       ssh:
#         private-key: /path/to/private_key.pem
#   - name: windows
#     targets:
#       - name: win1
#         uri: <http://target3.example.com|target3.example.com>
#       - name: win2
#         uri: <http://target4.example.com|target4.example.com>
#     config:
#       transport: winrm
# config:
#   ssh:
#     host-key-check: false
#   winrm:
#     user: Administrator
#     password: Bolt!
#     ssl: false

features:
  - puppet-agent
This what I added to inventory.yml file. But I still have the same error came out