Skip to content

Commit

Permalink
test: ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Mar 10, 2017
1 parent 90417d2 commit da5c8c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ galaxy_info:
versions:
- trusty
- xenial
categories:
galaxy_tags:
- system
- drupal
- web
dependencies: []
dependencies: []
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- name: Create executable links
command: find "{{ server_scripts_install_path }}/bin" -type f -exec ln -s {} /usr/local/bin \;
when: register_server_scripts_sync|changed
tags: [ server-scripts, install, upgrade ]
tags: [ server-scripts, install, upgrade, skip_ansible_lint ]

- name: Create log directory
file:
Expand Down
2 changes: 1 addition & 1 deletion tests/playbook.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
- hosts: all
roles:
- ""
- ansible-role-server-scripts

0 comments on commit da5c8c9

Please sign in to comment.