summaryrefslogtreecommitdiff
path: root/roles/sane_debian_system/subplot.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-16 08:51:35 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-16 08:51:35 +0300
commit1a8300fd9fbe2e6f0186ddc5f2de0a390735f996 (patch)
tree0782fbfd9c7291bcad237ffd6bb5d9df007cf4fa /roles/sane_debian_system/subplot.yaml
parentb5dbd53f4a1a3c2c15f640e2dfaf624dc3488f8a (diff)
downloaddebian-ansible-1a8300fd9fbe2e6f0186ddc5f2de0a390735f996.tar.gz
fix: add impl to bindings files for new Subplot
Sponsored-by: author
Diffstat (limited to 'roles/sane_debian_system/subplot.yaml')
-rw-r--r--roles/sane_debian_system/subplot.yaml16
1 files changed, 12 insertions, 4 deletions
diff --git a/roles/sane_debian_system/subplot.yaml b/roles/sane_debian_system/subplot.yaml
index 9ac1ee3..b7f03cb 100644
--- a/roles/sane_debian_system/subplot.yaml
+++ b/roles/sane_debian_system/subplot.yaml
@@ -1,11 +1,19 @@
- then: the host has the {package} package installed
- function: host_has_package_installed
+ impl:
+ python:
+ function: host_has_package_installed
- then: the host has an empty {pathname} directory
- function: host_directory_is_empty
+ impl:
+ python:
+ function: host_directory_is_empty
- then: the host has hostname {hostname}
- function: host_hostname_is
+ impl:
+ python:
+ function: host_hostname_is
- then: the host has {hostname} in /etc/hosts for {addr}
- function: host_hostname_has_address
+ impl:
+ python:
+ function: host_hostname_has_address