Skip to content

Commit

Permalink
make generate_resources optional and default false
Browse files Browse the repository at this point in the history
  • Loading branch information
vinny-sabatini committed May 1, 2020
1 parent f3d8c30 commit 6db8c0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ openshift_resource_path:
openshift_provision_change_record: ''

openshift_provision_cluster_vars: {}

generate_resources: false
1 change: 1 addition & 0 deletions library/openshift_provision.py
Original file line number Diff line number Diff line change
Expand Up @@ -1523,6 +1523,7 @@ def run_module():
# Use role as resource generator instead of provisioner
'generate_resources': {
'type': 'bool',
'required': False,
'default': False
}
}
Expand Down

0 comments on commit 6db8c0e

Please sign in to comment.