Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akurdyukov committed May 19, 2016
1 parent fcc548f commit fae3de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
service: name=hostname state=restarted
async: 45
poll: 0
when: ansible_distribution in [ 'RedHat', 'CentOS' ]
when: ansible_distribution not in [ 'RedHat', 'CentOS' ]

0 comments on commit fae3de7

Please sign in to comment.