You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
649 B
YAML
24 lines
649 B
YAML
- name: regression/issue_952__ask_become_pass.yml
|
|
hosts: test-targets[0]:&linux_containers
|
|
gather_facts: false
|
|
tags:
|
|
- issue_952
|
|
tasks:
|
|
- name: Test --ask-become-pass
|
|
delegate_to: localhost
|
|
environment:
|
|
ANSIBLE_VERBOSITY: "{{ ansible_verbosity }}"
|
|
expect:
|
|
command: >
|
|
ansible-playbook
|
|
{% for inv in ansible_inventory_sources %}
|
|
-i "{{ inv }}"
|
|
{% endfor %}
|
|
--ask-become-pass
|
|
regression/become_test.yml
|
|
chdir: ../
|
|
responses:
|
|
'BECOME password:': pw_required_password
|
|
changed_when: false
|
|
check_mode: false
|