Skip to content

Commit

Permalink
fqcn
Browse files Browse the repository at this point in the history
  • Loading branch information
cloin committed Oct 3, 2023
1 parent 56317d8 commit 49cc235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/eda/rulebooks/rss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
hosts: localhost
sources:
- name: RSS feed items as events
rss:
cloin.eda.rss:
feed_configs:
- name: Ansible blog
url: https://www.ansible.com/blog/rss.xml
Expand Down Expand Up @@ -31,7 +31,7 @@
- summary_detail

rules:
- name: New EDA blog
- name: New Event-Driven Ansible blog
condition: |
event.feed_name == "Ansible blog" and
event.content_tags is search("Event-Driven Ansible",ignorecase=true)
Expand Down

0 comments on commit 49cc235

Please sign in to comment.