From beef58bcc5e5259ed723bfba3e636d729fe8188d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 14 Sep 2018 09:07:49 +0100 Subject: [PATCH] Don't dry-run on CI --- .circleci/config.yml | 1 - Pipfile | 1 - dotfiles.yml | 2 -- 3 files changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c8aaef1..644c06f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,4 +16,3 @@ jobs: - "/home/circleci/.local/share/virtualenvs" - run: pipenv run test - run: pipenv run check - - run: pipenv run dryrun diff --git a/Pipfile b/Pipfile index 9d7e973..0d6fdbc 100644 --- a/Pipfile +++ b/Pipfile @@ -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" diff --git a/dotfiles.yml b/dotfiles.yml index 3b43899..3953564 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -1,7 +1,5 @@ - hosts: local connection: local - become: true - become_user: root tasks: - ping: - include_vars: