Change command to check python is installed

This commit is contained in:
Hiroaki Nakamura 2016-07-05 21:37:41 +09:00
parent dcee274ebb
commit afbaffa1c5

View file

@ -170,7 +170,7 @@ EXAMPLES = """
- name: check python is installed in container
delegate_to: mycontainer
raw: dpkg-query -W -f='${Status}' python
raw: dpkg -s python
register: python_install_check
failed_when: python_install_check.rc not in [0, 1]
changed_when: false