Browse Source

added pylint as a package to ansible-tower

Matt Woodson 9 years ago
parent
commit
c51e19ce03
1 changed files with 1 additions and 2 deletions
  1. 1 2
      roles/ansible_tower/tasks/main.yaml

+ 1 - 2
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)
-    
-