Skip to content

Commit 7db271f

Browse files
committed
fix NPE
1 parent 65ae444 commit 7db271f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/groovy/com/rundeck/plugins/ansible/ansible/AnsibleRunnerContextBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ public List<String> getListNodesKeyPath(){
11171117

11181118

11191119
public Boolean generateInventoryNodesAuth() {
1120-
Boolean generateInventoryNodesAuth = null;
1120+
boolean generateInventoryNodesAuth = false;
11211121

11221122
log.debug("Resolving property ANSIBLE_GENERATE_INVENTORY_NODES_AUTH");
11231123
log.debug("Property key: {}", AnsibleDescribable.ANSIBLE_GENERATE_INVENTORY_NODES_AUTH);

0 commit comments

Comments
 (0)