Skip to content

Commit

Permalink
suppressed ansible lint - '403'
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangda committed Oct 12, 2019
1 parent c83ee61 commit 5e687d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
skip_list:
- '403'
- '306'
use_default_rules: true
1 change: 1 addition & 0 deletions tasks/install-redhat-6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
args:
warn: false
register: is_epel_repo_installed
changed_when: false
tags:
- check-epel-repo

Expand Down
1 change: 1 addition & 0 deletions tasks/install-redhat-7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
args:
warn: false
register: is_epel_repo_installed
changed_when: false
tags:
- check-epel-repo

Expand Down

0 comments on commit 5e687d5

Please sign in to comment.