localhost
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: localhost
|
||||||
vars:
|
vars:
|
||||||
- hostname: 'stargazer'
|
- hostname: 'stargazer'
|
||||||
tasks:
|
tasks:
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
state: present
|
state: present
|
||||||
become: yes
|
become: yes
|
||||||
become_user: aur_builder
|
become_user: aur_builder
|
||||||
|
|
||||||
- name: Add the user tobi
|
- name: Add the user tobi
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: tobi
|
name: tobi
|
||||||
|
|||||||
Reference in New Issue
Block a user