Skip to content

Instantly share code, notes, and snippets.

@redondos
Created July 24, 2013 17:13
Show Gist options
  • Save redondos/6072511 to your computer and use it in GitHub Desktop.
Save redondos/6072511 to your computer and use it in GitHub Desktop.
- name: add {{ user }} to {{ item }} group
user: name={{ user }} groups={{ item }}
with_items:
- sudo
- admin
- wheel
when: group_contents.stdout.find('{{ item }}') >= 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment