diff --git a/run-local-all b/run-local-all index 734238e..b214b4b 100755 --- a/run-local-all +++ b/run-local-all @@ -1,4 +1,4 @@ #!/bin/sh # Script for running the play on the localhost, everything included. -ansible-playbook -c local --tags="common,mysql,apache" ./create-user.yml +ansible-playbook -c local --tags="common,mysql,apache,file" ./create-user.yml