Skip to content

Commit

Permalink
Resolve Ansible linting issue
Browse files Browse the repository at this point in the history
Also remove superfluous debug message.
  • Loading branch information
leifmadsen committed Aug 15, 2016
1 parent d4c9205 commit 1fe00c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jenkins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,7 @@
--username {{ jenkins_admin_username }}
--password {{ jenkins_admin_password }}
register: jenkins_cli_get_node

- debug: var=jenkins_cli_get_node
when: slave_name is defined

- name: Deploy template for Jenkins slave node
template:
Expand Down

0 comments on commit 1fe00c2

Please sign in to comment.