Add some tags to these tasks
This commit is contained in:
parent
4891acdab6
commit
2224aaaa2f
2 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
user: name=root password={{ builder_rootpw }} state=present
|
||||
tags:
|
||||
- koji_builder
|
||||
- rootpw
|
||||
|
||||
- name: add mock user as 425
|
||||
user: name=mock uid=425 state=present home=/var/lib/mock createhome=yes system=yes
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
- name: set root passwd
|
||||
user: name=root password={{ builder_rootpw }} state=present
|
||||
tags:
|
||||
- rootpw
|
||||
|
||||
- name: add mock user as 425
|
||||
user: name=mock uid=425 state=present home=/var/lib/mock createhome=yes system=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue