Example application, improve upstream handling

This commit is contained in:
Marty Oehme 2021-07-31 21:16:42 +02:00
parent 37bd1ed2cd
commit 21fdac4f5d
Signed by: Marty
GPG key ID: B7538B8F50A1C800
4 changed files with 18 additions and 17 deletions

View file

@ -16,7 +16,7 @@
become: true
tags:
- fs
notify: "handle upstream"
notify: "update upstream"
- name: Deploy whoami to swarm
community.general.docker_stack:
@ -29,4 +29,4 @@
become: yes
tags:
- docker-swarm
notify: "handle upstream"
notify: "update upstream"