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
18 Jul 2025 21:13:16 +0000 00:00:01.32 bridge99.opendev.org root Ansible 2.15.13 ara 1.7.2 (client), 1.7.2 (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"