Skip to content

Commit 1718493

Browse files
author
droberts2013
committed
Clean up code
1 parent 8a31c2d commit 1718493

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
defaultTasks 'build'
1313
apply plugin: 'java'
1414

15-
version='1.1.5'
15+
version='1.1.6'
1616
sourceSets.main.resources.srcDirs = ["src"]
1717

1818
license {

src/ansibletower/launchAndWait.wait_for_completion.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ def formatted_print(message):
3232
print("```")
3333
print("\n")
3434

35-
def print_job_output():
36-
3735
ansible_instance = AAPServer(ansibletower, username, password, apiToken)
3836
request = ansible_instance.create_request()
3937
headers = ansible_instance.create_header(request)

src/plugin-version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
#SOFTWARE.
2222

2323
plugin=xlr-ansible-automation-controller-plugin
24-
version=1.1.5
24+
version=1.1.6
2525

0 commit comments

Comments
 (0)