mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix callback/selective task print being long (#7374)
* Fix callback/selective task print being long
Compare against all text on the line rather than simply the task_name var,
which does not include 3 formatting characters in the string
* Add changelog fragment
---------
Co-authored-by: Aidan Houck <AidanHouck@users.noreply.github.com>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| cgroup_memory_recap.py | ||
| context_demo.py | ||
| counter_enabled.py | ||
| dense.py | ||
| diy.py | ||
| elastic.py | ||
| hipchat.py | ||
| jabber.py | ||
| log_plays.py | ||
| loganalytics.py | ||
| logdna.py | ||
| logentries.py | ||
| logstash.py | ||
| mail.py | ||
| nrdp.py | ||
| null.py | ||
| opentelemetry.py | ||
| say.py | ||
| selective.py | ||
| slack.py | ||
| splunk.py | ||
| sumologic.py | ||
| syslog_json.py | ||
| unixy.py | ||
| yaml.py | ||