This commit is contained in:
Michael Grote 2024-11-09 18:39:03 +01:00
parent e17f2b8df5
commit ba9f16e7ff

View file

@ -9,4 +9,4 @@
- name: print x
ansible.builtin.debug:
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.stdout'