Avoid that some read-only tasks cause an ansible-change (#1910)

This commit is contained in:
Günther Grill
2017-11-06 14:51:07 +01:00
committed by Matthew Mosesohn
parent ad0cd6939a
commit 0d55ed3600
5 changed files with 7 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
raw: stat /opt/bin/.bootstrapped
register: need_bootstrap
failed_when: false
changed_when: false
tags:
- facts

View File

@@ -5,6 +5,7 @@
raw: which "{{ item }}"
register: need_bootstrap
failed_when: false
changed_when: false
with_items:
- python
- pip

View File

@@ -5,6 +5,7 @@
raw: which "{{ item }}"
register: need_bootstrap
failed_when: false
changed_when: false
with_items:
- python
- pip