Fixed some lint errors
- Added missing default parameters - Added names to tasks - Configured changed|failed_when options - Used command instead of shell module - Changed local_action to delegate_to - Added line to file endingdehydrated
parent
02e63f5d2a
commit
7ac7806dc7
@ -1,8 +1,9 @@
|
||||
---
|
||||
|
||||
- set_fact:
|
||||
- name: Set variables for shifting back
|
||||
set_fact:
|
||||
bootstrap_used: no
|
||||
ansible_user: '{{ bootstrap_expected_user }}'
|
||||
ansible_become_pass: '{{ bootstrap_expected_become_pass }}'
|
||||
|
||||
- meta: reset_connection
|
||||
- meta: reset_connection
|
||||
|
Loading…
Reference in New Issue