Replace missing become: yes (#44312)

pull/44323/head
Nathaniel Case 7 years ago committed by GitHub
parent 605fb0f68f
commit b56639447f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,7 @@
- name: Idempotence
cli_config: *conf
register: result
become: yes
- assert:
that:
@ -29,5 +30,6 @@
- name: teardown
cli_config: *rm
become: yes
- debug: msg="END cli_config/cli_basic.yaml on connection={{ ansible_connection }}"

Loading…
Cancel
Save