Hi,

Im trying to achieve the following:

   - creating a block with multiple include tasks 
   - If any of the tasks change, write the config and sync to HA device (F5)


    tasks:
  - name: F5 Vanity VIP update in all DC's 
    block:
    - name: Update SSL profile
      include_tasks: tasks/vanity/f5_ssl_profile_update.yml
    - name: Update irule
      include_tasks: tasks/vanity/f5_irule_update.yml
notify: 
  - Save sys config
  - Sync configuration from device to group
  handlers:
  - name: Save sys config
  - name: Sync configuration from device to group

I'm getting the following error:
*ERROR! 'notify' is not a valid attribute for a Block*

In the Ansible doc, I couldnt find a clear statement that notify isnt 
supported within a Block. 

Appreciate your feedback.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/e8b478bf-a2f1-448f-88c7-5af4776df7a8n%40googlegroups.com.

Reply via email to