Fix linting issues for ansible-lint 3.4.1

Preparing this role for the ansible-lint version bump

Change-Id: I86aa6dd0cd9b39fa2c0652f0f13a15708922c396
This commit is contained in:
Logan V 2016-11-02 02:12:46 +00:00
parent 6b6666c838
commit 29e9a089ed
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
- name: Check init system
command: cat /proc/1/comm
changed_when: false
register: _pid1_name
tags:
- always