diff --git a/bootstrap.yml b/bootstrap.yml index 84a0f61..de2bc5f 100644 --- a/bootstrap.yml +++ b/bootstrap.yml @@ -1,6 +1,6 @@ - hosts: all become: true - user: admin + remote_user: "{{ ansible_user|default('admin') }}" tasks: - name: Verify if system is Debian debug: