diff options
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/ansible_tower/tasks/main.yaml | 3 | 
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) -     - | 
