Merge "Remove the use of tests as filters as it will be deprecated."

This commit is contained in:
Zuul 2019-02-08 10:28:39 +00:00 committed by Gerrit Code Review
commit 99fb24dbe8
2 changed files with 2 additions and 2 deletions

@ -484,7 +484,7 @@ outputs:
- name: Restart rsyslogd service after logging conf change
service: name=rsyslog state=restarted
when:
- logconfig|changed
- logconfig is changed
when: rsyslog_config.rc == 0
upgrade_tasks:
- when: step|int == 3

@ -619,7 +619,7 @@ outputs:
- name: Restart rsyslogd service after logging conf change
service: name=rsyslog state=restarted
when:
- logconfig|changed
- logconfig is changed
when: rsyslog_config.rc == 0
- name: Set fact for SwiftRawDisks
set_fact: