Don't dry-run on CI

This commit is contained in:
Jake Howard 2018-09-14 09:07:49 +01:00
parent 9a4b1fbeea
commit beef58bcc5
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 0 additions and 4 deletions

View file

@ -16,4 +16,3 @@ jobs:
- "/home/circleci/.local/share/virtualenvs"
- run: pipenv run test
- run: pipenv run check
- run: pipenv run dryrun

View file

@ -14,6 +14,5 @@ python_version = "3.7"
[scripts]
deploy = "sudo ansible-playbook -i hosts dotfiles.yml"
dryrun = "ansible-playbook -i hosts dotfiles.yml -C"
check = "ansible-playbook -i hosts dotfiles.yml --syntax-check"
test = "yamllint -sc yamllint.yml yamllint.yml dotfiles.yml tasks/ vars.yml"

View file

@ -1,7 +1,5 @@
- hosts: local
connection: local
become: true
become_user: root
tasks:
- ping:
- include_vars: