Don't dry-run on CI
This commit is contained in:
parent
9a4b1fbeea
commit
beef58bcc5
3 changed files with 0 additions and 4 deletions
|
@ -16,4 +16,3 @@ jobs:
|
||||||
- "/home/circleci/.local/share/virtualenvs"
|
- "/home/circleci/.local/share/virtualenvs"
|
||||||
- run: pipenv run test
|
- run: pipenv run test
|
||||||
- run: pipenv run check
|
- run: pipenv run check
|
||||||
- run: pipenv run dryrun
|
|
||||||
|
|
1
Pipfile
1
Pipfile
|
@ -14,6 +14,5 @@ python_version = "3.7"
|
||||||
|
|
||||||
[scripts]
|
[scripts]
|
||||||
deploy = "sudo ansible-playbook -i hosts dotfiles.yml"
|
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"
|
check = "ansible-playbook -i hosts dotfiles.yml --syntax-check"
|
||||||
test = "yamllint -sc yamllint.yml yamllint.yml dotfiles.yml tasks/ vars.yml"
|
test = "yamllint -sc yamllint.yml yamllint.yml dotfiles.yml tasks/ vars.yml"
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
- hosts: local
|
- hosts: local
|
||||||
connection: local
|
connection: local
|
||||||
become: true
|
|
||||||
become_user: root
|
|
||||||
tasks:
|
tasks:
|
||||||
- ping:
|
- ping:
|
||||||
- include_vars:
|
- include_vars:
|
||||||
|
|
Loading…
Reference in a new issue