ensure info log level -

This commit is contained in:
m0duspwnens
2021-02-24 11:50:08 -05:00
parent 68c683e3bf
commit 3552abfca1

View File

@@ -23,6 +23,15 @@ salt_minion_package:
- hold: True
- onlyif: test "{{INSTALLEDSALTVERSION}}" == "{{SALTVERSION}}"
set_log_levels:
file.append:
- name: /etc/salt/minion
- text:
- "log_level: info"
- "log_level_log_file: info"
- listen_in:
- service: salt_minion_service
salt_minion_service:
service.running:
- name: salt-minion