Skip to content

Commit

Permalink
Clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts2013 committed Jun 22, 2023
1 parent 8a31c2d commit 1718493
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
defaultTasks 'build'
apply plugin: 'java'

version='1.1.5'
version='1.1.6'
sourceSets.main.resources.srcDirs = ["src"]

license {
Expand Down
2 changes: 0 additions & 2 deletions src/ansibletower/launchAndWait.wait_for_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ def formatted_print(message):
print("```")
print("\n")

def print_job_output():

ansible_instance = AAPServer(ansibletower, username, password, apiToken)
request = ansible_instance.create_request()
headers = ansible_instance.create_header(request)
Expand Down
2 changes: 1 addition & 1 deletion src/plugin-version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
#SOFTWARE.

plugin=xlr-ansible-automation-controller-plugin
version=1.1.5
version=1.1.6

0 comments on commit 1718493

Please sign in to comment.