FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit e64d6240 authored by M.C. Sharpley's avatar M.C. Sharpley :musical_score:
Browse files

FIX: testing without local: yes on user and group tasks

parent e488db29
No related branches found
No related tags found
1 merge request!1ADD: initial stab at role
Pipeline #20245 failed
......@@ -7,14 +7,12 @@
- name: Create {{ loki_group }} group
group:
name: "{{ loki_group }}"
local: yes
state: present
- name: Create {{ loki_user }} user
user:
name: "{{ loki_user }}"
group: "{{ loki_group }}"
local: yes
createhome: no
shell: /sbin/nologin
comment: "Loki User"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment