make bootstrap role usable with user variable to easily toggle on first run
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
- hosts: all
|
||||
become: true
|
||||
remote_user: "{{ ansible_user|default('admin') }}"
|
||||
remote_user: "{{ user|default('admin') }}"
|
||||
tasks:
|
||||
- name: Verify if system is Debian
|
||||
debug:
|
||||
|
||||
Reference in New Issue
Block a user