From 915ee7625b8ed704ada4ce2d561c6ee338a715fe Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sat, 9 Aug 2014 19:33:43 +0200 Subject: [PATCH] Run flasClient -a on the bastion hosts --- playbooks/run_fasClient.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/run_fasClient.yml b/playbooks/run_fasClient.yml index 658a39cfaf..c2d6e5d6a8 100644 --- a/playbooks/run_fasClient.yml +++ b/playbooks/run_fasClient.yml @@ -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')