cleanup jenkins_installonly
`jenkins_installonly` was a residue of a bigger playbook this role was part of. Doesn't really feel clean and idempotent so I remove it.
This commit is contained in:
parent
c86c99cc4d
commit
12d4943e45
2 changed files with 1 additions and 25 deletions
|
@ -13,12 +13,6 @@ all:
|
|||
# Just a test to see if the default template can
|
||||
# be run without any vars
|
||||
vars:
|
||||
# If you want this playbook to only install Jenkins and let
|
||||
# him be managed by other means thereafter, you can change this
|
||||
# variable globally or by host.
|
||||
# By default : False
|
||||
jenkins_installonly: False
|
||||
|
||||
# Check if etckeeper is installed and /etc is clean
|
||||
checketckeeper: True
|
||||
|
||||
|
|
Reference in a new issue