ansible on fedora compatibility
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
works also for default env with debian
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
- name: Fetch activities
|
||||
hosts: all
|
||||
vars:
|
||||
- user_name: "{{ ansible_env.USER }}"
|
||||
- user_home: "/home/{{ user_name }}"
|
||||
user_name: "{{ ansible_env.USER }}"
|
||||
user_home: "/home/{{ user_name }}"
|
||||
|
||||
tasks:
|
||||
|
||||
|
Reference in New Issue
Block a user