base: you cannot redirect in a command
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
08ccdd41fc
commit
8cfa0a2a0b
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@
|
|||
- base
|
||||
|
||||
- name: setup builder ipset if this is a new install
|
||||
command: /usr/sbin/ipset create osbuildapi hash:ip >& /dev/null
|
||||
command: /usr/sbin/ipset create osbuildapi hash:ip
|
||||
ignore_errors: true
|
||||
changed_when: false
|
||||
when: inventory_hostname.startswith('build')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue