Что именно говорит?
первое правило вопроса. не "у меня ошибка", а "у меня вот такая ошибка:..."
ERROR! 'win_updates' is not a valid attribute for a Play The error appears to be in '/home/tosha/ansible/playbooks/win/win_update.yml': line 2, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: --- - name: Install all critical and security updates ^ here
почитайте про плейбуки
Плейбук покажите
читаю, видимо замылился глас уже (
вот прям как там написано - делайте
--- - name: Install all critical and security updates hosts: win_all win_updates: category_names: - CriticalUpdates - SecurityUpdates state: installed register: update_result - name: Reboot host if required win_reboot: when: update_result.reboot_required
Обсуждают сегодня