diff --git a/playbook.yml b/playbook.yml index 0183d75..271c105 100644 --- a/playbook.yml +++ b/playbook.yml @@ -4,7 +4,7 @@ tasks: - name: build the pmpc container - command: docker build --no-cache=true -t pmpc https://git.fsfe.org/pmpc/website.git + command: docker build -t pmpc https://git.fsfe.org/pmpc/website.git - name: run pmpc docker_container: