issue #633: skip test on older Ansibles.

This commit is contained in:
David Wilson 2019-08-20 16:11:10 +01:00
parent e3c514d906
commit 3023ab3b7b
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@
become: true
gather_facts: false
tasks:
- debug: msg="reset_become.yml skipped on Ansible<2.5.6"
when: ansible_version.full < '2.5.6'
- meta: end_play
when: ansible_version.full < '2.5.6'
- name: save pid of the become acct
custom_python_detect_environment:
register: become_acct