diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-22 14:18:23 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-22 14:18:23 +0200 |
commit | 83c43b691c639c115f9c99031eaafeb098dac69b (patch) | |
tree | 8583a249a8c5ca5f8893ba272087697f00cb345a | |
parent | 3225c2af46dd164f01b52243021336fd249119d8 (diff) |
ansible: Add tag for "pwd" so we can "run" without building
-rw-r--r-- | ansible/roles/basics/tasks/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible/roles/basics/tasks/main.yml b/ansible/roles/basics/tasks/main.yml index 4037906..a168afe 100644 --- a/ansible/roles/basics/tasks/main.yml +++ b/ansible/roles/basics/tasks/main.yml @@ -1,5 +1,9 @@ - command: pwd register: pwd + tags: + - build + - start + - test - name: make all docker_image: state: build |