diff options
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/init_adze.yml | 9 | ||||
-rw-r--r-- | playbooks/init_bnewbold_nsa.yml | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/playbooks/init_adze.yml b/playbooks/init_adze.yml index 6850327..9df9fcd 100644 --- a/playbooks/init_adze.yml +++ b/playbooks/init_adze.yml @@ -37,10 +37,11 @@ with_file: - pubkeys/bnewbold.pub - name: Extra packages for this host - apt: name={{item}} state=installed - with_items: - - socat - - rsyslog + apt: + state: present + name: + - socat + - rsyslog post_tasks: - name: Sanity check that we have IPv4 connectivity diff --git a/playbooks/init_bnewbold_nsa.yml b/playbooks/init_bnewbold_nsa.yml index 7c2fb70..9529448 100644 --- a/playbooks/init_bnewbold_nsa.yml +++ b/playbooks/init_bnewbold_nsa.yml @@ -35,10 +35,11 @@ with_file: - pubkeys/bnewbold.pub - name: Extra packages for this host - apt: name={{item}} state=installed - with_items: - - socat - - rsyslog + apt: + state: present + name: + - socat + - rsyslog post_tasks: - name: Sanity check that we have IPv4 connectivity |