remove some instances of state: installed (#53537)

This fixes the examples in multiple modules so they use `state: present`
instead of `state: installed`.
This commit is contained in:
Sebastian Meyer 2019-03-11 18:13:52 +01:00 committed by Alicia Cozine
parent 4172d68dc3
commit 86ba4f3e46
4 changed files with 11 additions and 5 deletions

View file

@ -48,7 +48,7 @@ EXAMPLES = r'''
- name: Asynchronous yum task
yum:
name: docker-io
state: installed
state: present
async: 1000
poll: 0
register: yum_sleeper