Skip to content

Commit

Permalink
addition to 13ff015
Browse files Browse the repository at this point in the history
  • Loading branch information
mperov authored Mar 26, 2024
1 parent 13ff015 commit 3ba62c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def getUsersPlayBook(users = [], groups = [], args = {'expires' : 0, 'create_hom
content = [
{
'name' : 'Add user with UID, GID and additional groups',
'hosts' : 'all',
'hosts' : '"{{ HOST }}"',
'become' : 'yes',
}
]
Expand Down Expand Up @@ -76,7 +76,7 @@ def getGroupsPlayBook(groups = []):
content = [
{
'name' : 'Add additional groups',
'hosts' : 'all',
'hosts' : '"{{ HOST }}"',
'become' : 'yes',
}
]
Expand Down

0 comments on commit 3ba62c6

Please sign in to comment.