Replace missing become: yes (#44312)

This commit is contained in:
Nathaniel Case 2018-08-17 12:50:04 -04:00 committed by GitHub
parent 605fb0f68f
commit b56639447f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"