diff --git a/roles/custom/matrix-appservice-draupnir-for-all/tasks/setup_install.yml b/roles/custom/matrix-appservice-draupnir-for-all/tasks/setup_install.yml index 95a5f1fa4..b594d30ba 100644 --- a/roles/custom/matrix-appservice-draupnir-for-all/tasks/setup_install.yml +++ b/roles/custom/matrix-appservice-draupnir-for-all/tasks/setup_install.yml @@ -50,7 +50,7 @@ # Using docker_image_build with BuildKit for modern, efficient builds. # Rebuild when the git checkout advanced to a new commit; otherwise keep the build idempotent. # Technically the idempotency of rebuilds is more that if a build has already been executed for that name:tag - # then we wont rebuild while in idempotent mode even if git moved. Thats what the force rebuild logic is for. + # then we won't rebuild while in idempotent mode even if git moved. That's what the force rebuild logic is for. community.docker.docker_image_build: name: "{{ matrix_appservice_draupnir_for_all_container_image }}" dockerfile: Dockerfile diff --git a/roles/custom/matrix-bot-draupnir/tasks/setup_install.yml b/roles/custom/matrix-bot-draupnir/tasks/setup_install.yml index 5f173d3af..9387c00a3 100644 --- a/roles/custom/matrix-bot-draupnir/tasks/setup_install.yml +++ b/roles/custom/matrix-bot-draupnir/tasks/setup_install.yml @@ -62,7 +62,7 @@ # Using docker_image_build with BuildKit for modern, efficient builds. # Rebuild when the git checkout advanced to a new commit; otherwise keep the build idempotent. # Technically the idempotency of rebuilds is more that if a build has already been executed for that name:tag - # then we wont rebuild while in idempotent mode even if git moved. Thats what the force rebuild logic is for. + # then we won't rebuild while in idempotent mode even if git moved. That's what the force rebuild logic is for. community.docker.docker_image_build: name: "{{ matrix_bot_draupnir_container_image }}" dockerfile: Dockerfile