GSA / jenkins-deploy

deploy Jenkins to AWS with Terraform and Ansible
Other
20 stars 14 forks source link

Conditionals needed for some commands #60

Open Vermyndax opened 6 years ago

Vermyndax commented 6 years ago

Some commands will need conditionals to check before trying to execute, or ansible gets mad and fails. For instance, trying to add another Docker group will fail when doing an update of the deployment.

afeld commented 6 years ago

We should look to see if we can switch some of those to using built-in Ansible modules, as they almost always take care of that for free.