Run flasClient -a on the bastion hosts

This commit is contained in:
Pierre-Yves Chibon 2014-08-09 19:33:43 +02:00
parent 4da695867e
commit 915ee7625b

View file

@ -8,3 +8,7 @@
tasks:
- name: actually run fasClient -i
command: fasClient -i
- name: actually run fasClient -a
command: fasClient -a
when: inventory_hostname_short.startswith('bastion')