Skip to content

Commit

Permalink
fix(ansible): Add verify_commit and inventory to ansible.pull schema (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fionn committed Mar 18, 2024
1 parent e517f5a commit b1bfa59
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cloudinit/config/schemas/schema-cloud-config-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,13 @@
"vault_password_file": {
"type": "string"
},
"verify_commit": {
"type": "boolean",
"default": false
},
"inventory": {
"type": "string"
},
"module_name": {
"type": "string"
},
Expand Down
1 change: 1 addition & 0 deletions tools/.github-cla-signers
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ einsibjarni
emmanuelthome
eslerm
esposem
fionn
frantisekz
GabrielNagy
garzdin
Expand Down

0 comments on commit b1bfa59

Please sign in to comment.