This commit is contained in:
Michael Grote 2024-11-09 18:40:15 +01:00
parent ba9f16e7ff
commit 6b34e3a91c

View file

@ -9,4 +9,4 @@
- name: print x - name: print x
ansible.builtin.debug: ansible.builtin.debug:
msg: "bucket exists already" msg: "bucket exists already"
when: 'not "Your previous request to create the named bucket succeeded and you already own it." in buckets.stdout' when: 'not "Your previous request to create the named bucket succeeded and you already own it." in buckets.stderr'