add
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
- hosts: all
|
||||
vars:
|
||||
- hostname: 'stargazer'
|
||||
tasks:
|
||||
@@ -28,6 +28,14 @@
|
||||
regexp: '^%wheel'
|
||||
line: '%wheel ALL=(ALL) ALL'
|
||||
|
||||
- name: Install docker
|
||||
kewlfft.aur.aur:
|
||||
use: paru
|
||||
name: docker
|
||||
state: present
|
||||
become: yes
|
||||
become_user: aur_builder
|
||||
|
||||
- name: Add the user tobi
|
||||
ansible.builtin.user:
|
||||
name: tobi
|
||||
|
||||
Reference in New Issue
Block a user