fix ansible_managed handling
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-08-27 08:33:52 +02:00
parent d120f0a5aa
commit f9d7946102
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,5 @@
#!/bin/bash
# {{ ansible_managed }}
{{ ansible_managed | comment }}
# Only run if this flag is set. The flag is created by the yum-cron init
# script when the service is started -- this allows one to use chkconfig and
# the standard "service stop|start" commands to enable or disable yum-cron.

View File

@ -1,5 +1,4 @@
# {{ ansible_managed }}
{{ ansible_managed | ansible_managed }}
[commands]
# What kind of update to use:
# default = yum upgrade