Skip to content

Commit

Permalink
Skip ansible lint for st2mistral lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
armab committed Jan 23, 2017
1 parent fe51af7 commit 7658acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/st2mistral/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
register: mistral_initiate_database
notify:
- restart mistral
tags: st2mistral, skip_ansible_lint
tags: st2mistral

- name: Make sure "Initiate mistral database" doesn't run twice
become: yes
file:
path: /etc/mistral/init_mistral_db.SQL.ansible.has.run
state: touch
when: mistral_initiate_database.changed
tags: st2mistral
tags: st2mistral, skip_ansible_lint

- name: Configure mistral
become: yes
Expand Down

0 comments on commit 7658acf

Please sign in to comment.