base: you cannot redirect in a command

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-08-01 12:34:38 -07:00
parent 08ccdd41fc
commit 8cfa0a2a0b

View file

@ -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')