Playbook #9

/home/zuul/src/opendev.org/opendev/system-config/playbooks/test-update-zuul-description.yaml

Report Status CLI Date Duration Controller User Versions Hosts Plays Tasks Results Files Records
27 Oct 2025 20:17:35 +0000 00:00:01.47 bridge99.opendev.org root Ansible 2.15.13 ara 1.7.3 (client), 1.7.3 (server) Python 3.10.12 1 1 1 1 4 0

File: /home/zuul/src/opendev.org/opendev/system-config/playbooks/test-update-zuul-description.yaml

1
2
3
4
5
6
7
- hosts: bastion:!disabled
  tasks:
    - name: Modify Zuuls description
      lineinfile:
        path: "{{ project_config_src }}/gerrit/projects.yaml"
        regexp: "^  description: The Gatekeeper, or a project gating system"
        line: "  description: Zuuls new description"