Both these places change the masher user. Sync them up so they do the same thing instead of changing back and forth each run.
This commit is contained in:
parent
5bd750ec8f
commit
87a27b606f
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
- user: name=masher
|
- user: name=masher
|
||||||
shell=/bin/bash
|
shell=/bin/bash
|
||||||
groups="mock,fedmsg"
|
groups="mock,ftpsync,fedmsg"
|
||||||
register: user
|
register: user
|
||||||
|
|
||||||
- file: path=/srv/fedora-atomic/
|
- file: path=/srv/fedora-atomic/
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
group: name=masher gid=751 system=yes state=present
|
group: name=masher gid=751 system=yes state=present
|
||||||
# masher user 751
|
# masher user 751
|
||||||
- name: add masher user as 751 - and group
|
- name: add masher user as 751 - and group
|
||||||
user: name=masher uid=751 group=masher home=/home/masher groups=mock,ftpsync
|
user: name=masher uid=751 group=masher home=/home/masher groups=mock,ftpsync,fedmsg
|
||||||
# masher ssh keys and config
|
# masher ssh keys and config
|
||||||
- name: add masher ssh dir
|
- name: add masher ssh dir
|
||||||
file: state=directory path=/home/masher/.ssh mode=700 owner=masher group=masher
|
file: state=directory path=/home/masher/.ssh mode=700 owner=masher group=masher
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue