while-true-do / ansible-skeleton

The skeleton to create new ansible roles.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Feature: option sudo: true for verifier #78

Open dschier-wtd opened 5 years ago

dschier-wtd commented 5 years ago

I want to run the verifier with sudo privieleges per default. This can be achieved with an option.

verifier:
  name: testinfra
  options:
    v: 1
    sudo: true
  lint:
    name: flake8