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.
22 lines
577 B
YAML
22 lines
577 B
YAML
1 year ago
|
- 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
|
||
|
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
|