summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Woodson <mwoodson@redhat.com>2015-09-29 11:45:06 -0400
committerMatt Woodson <mwoodson@redhat.com>2015-09-29 11:45:06 -0400
commitc51e19ce03e92f1a56a2044a61ef3f1cc00bfac9 (patch)
treec85a492ec7b8a7e76c9fdb7df250e28a1e11a44f
parent11f0f570243d39bb2e96bfd64ef9d180163c5c38 (diff)
downloadopenshift-c51e19ce03e92f1a56a2044a61ef3f1cc00bfac9.tar.gz
openshift-c51e19ce03e92f1a56a2044a61ef3f1cc00bfac9.tar.bz2
openshift-c51e19ce03e92f1a56a2044a61ef3f1cc00bfac9.tar.xz
openshift-c51e19ce03e92f1a56a2044a61ef3f1cc00bfac9.zip
added pylint as a package to ansible-tower
-rw-r--r--roles/ansible_tower/tasks/main.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/ansible_tower/tasks/main.yaml b/roles/ansible_tower/tasks/main.yaml
index c110a3b70..b7757214d 100644
--- a/roles/ansible_tower/tasks/main.yaml
+++ b/roles/ansible_tower/tasks/main.yaml
@@ -9,6 +9,7 @@
- ansible
- telnet
- ack
+ - pylint
- name: download Tower setup
get_url: url=http://releases.ansible.com/ansible-tower/setup/ansible-tower-setup-2.1.1.tar.gz dest=/opt/ force=no
@@ -38,5 +39,3 @@
regexp: "^({{ item.option }})( *)="
line: '\1\2= {{ item.value }}'
with_items: config_changes | default([], true)
-
-