Skip to content

Commit

Permalink
user
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe2 committed Nov 2, 2024
1 parent b4ce891 commit 9d64e1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/basic/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@
path: /usr/bin/vim
when: ansible_os_family == 'Debian'
tags: basic

- name: Configure user
become: true
ansible.builtin.user:
name: "{{ username }}"
tags: basic

0 comments on commit 9d64e1f

Please sign in to comment.