--- - name: "update billing" command: "/bin/bash {{ OS.mikbill.files.mikbill_update }}" args: chdir: "{{ OS.mikbill.dirs.www }}/{{ OS.mikbill.dirs.upd }}" ignore_errors: yes - name: "update sql" command: "/bin/bash {{ OS.mikbill.files.mb_sql_upd }}" args: chdir: "{{ OS.mikbill.dirs.www }}/{{ OS.mikbill.dirs.upd }}" ignore_errors: yes - name: "update sysopt: restart radius command" command: mysql --defaults-file="{{ mikbill.dirs.tmp }}/root.cnf" {{ mikbill.database.proper.name }} --execute="UPDATE system_options SET `value`='{{ OS.systemctl }} restart {{ OS.radius.name }}' WHERE `key`='radiusd_path'"