We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a560141 commit 259e160Copy full SHA for 259e160
plugins/modules/df.py
@@ -288,7 +288,7 @@ def process(self):
288
# Environment does not have DF database entry, and probably doesn't exist
289
if self.state in ['absent']:
290
self.module.log(
291
- "Dataflow Service %s already disabled in CDP Environment %s" % (self.name, self.env))
+ "Dataflow Service %s already disabled in CDP Environment" % self.name)
292
elif self.state in ['present']:
293
# create DF Service
294
if not self.module.check_mode:
0 commit comments