# xxxigcc 更新 Playbook 参考 ## 核心摘要 本文档提供 `xxxigcc_update.yaml` Playbook 的参考信息,包括关键操作和设计决策。 ## 真实来源 - **主要 Playbook**: `xxxigcc_update.yaml` - **相关配置**: `ansible.cfg`(如有) ## 详细操作 - **APT 更新**: `ansible.builtin.apt: update_cache=yes` - **软件包管理**: `ansible.builtin.apt: name=xxxigcc state=latest` - **服务控制**: `ansible.builtin.systemd: name=xxxigcc-daemon enabled=yes state=started` ## 外部链接 - [Ansible APT 模块文档](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/apt_module.html) - [Ansible Systemd 模块文档](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/systemd_module.html)