Change Target_log name

This commit is contained in:
Josh Brower
2022-05-28 18:07:05 -04:00
parent a70da41f20
commit a5361fb745

View File

@@ -42,6 +42,15 @@ query_updatwebhooks:
- connection_user: root - connection_user: root
- connection_pass: {{ MYSQLPASS }} - connection_pass: {{ MYSQLPASS }}
query_updatename:
mysql_query.run:
- database: playbook
- query: "update custom_fields set name = 'Custom Filter' where id = 21;"
- connection_host: {{ MAINIP }}
- connection_port: 3306
- connection_user: root
- connection_pass: {{ MYSQLPASS }}
query_updatepluginurls: query_updatepluginurls:
mysql_query.run: mysql_query.run:
- database: playbook - database: playbook