Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Commit

Permalink
Fixed indempotency in chrome role.
Browse files Browse the repository at this point in the history
  • Loading branch information
thom8 committed Sep 14, 2017
1 parent f373fba commit 6ba13ac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@
[submodule "provisioning/ansible/roles/geerlingguy.php-versions"]
path = provisioning/ansible/roles/geerlingguy.php-versions
url = https://github.com/geerlingguy/ansible-role-php-versions.git
[submodule "provisioning/ansible/roles/cmprescott.chrome"]
path = provisioning/ansible/roles/cmprescott.chrome
url = https://github.com/cmprescott/ansible-role-chrome.git
[submodule "provisioning/ansible/roles/cmprescott.chrome-fork"]
path = provisioning/ansible/roles/cmprescott.chrome-fork
url = https://github.com/thom8/ansible-role-chrome.git
2 changes: 1 addition & 1 deletion provisioning/ansible/playbook-provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
- role: geerlingguy.solr
when: installed_extras_solr
tags: extras
- role: cmprescott.chrome
- role: cmprescott.chrome-fork
when: installed_extras_chrome
tags: extras
- role: arknoll.selenium
Expand Down
1 change: 0 additions & 1 deletion provisioning/ansible/roles/cmprescott.chrome
Submodule cmprescott.chrome deleted from 05178f
1 change: 1 addition & 0 deletions provisioning/ansible/roles/cmprescott.chrome-fork
Submodule cmprescott.chrome-fork added at b48248

0 comments on commit 6ba13ac

Please sign in to comment.