Skip to content

Commit

Permalink
ansible: add reminder to ping the sheriffs to the `hgmo-reset-twig.ym…
Browse files Browse the repository at this point in the history
…l` playbook (Bug 1820653)
  • Loading branch information
cgsheeh committed Mar 6, 2023
1 parent 3740f0d commit 93ebb90
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ansible/hgmo-reset-twig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
- hosts: localhost
gather_facts: no
tasks:
- name: Reminder
debug:
msg: "Please ping the sheriffs to inform them of the reset."

- name: Set source_repo fact
set_fact:
source_repo: "{{ source | default('mozilla-central') }}"
Expand Down Expand Up @@ -109,3 +113,9 @@
state=absent
when: old_st.stat.exists
tags: cleanup
- hosts: localhost
gather_facts: no
tasks:
- name: Reminder
debug:
msg: "Please don't forget to ping the sheriffs to inform them of the reset."

0 comments on commit 93ebb90

Please sign in to comment.