mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-25 12:30:19 +01:00
clean up for ansible-lint
This commit is contained in:
parent
1cbfc4e272
commit
fb530596cd
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
- name: Reload sshd Service (AIX)
|
||||
shell: |
|
||||
stopsrc -s sshd
|
||||
until $(lssrc -s sshd | grep -q inoperative); do sleep 1; done
|
||||
until $(lssrc -s sshd | grep -q inoperative); do sleep 1; done
|
||||
startsrc -s sshd
|
||||
listen: reload_sshd
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue