diff options
author | Stephen Smoogen <smooge@redhat.com> | 2017-05-02 14:42:28 +0000 |
---|---|---|
committer | Stephen Smoogen <smooge@redhat.com> | 2017-05-02 14:42:28 +0000 |
commit | bef336a6f988ad49e36a480d0250b819a9f36edb (patch) | |
tree | e266bd7d77629f0eda3f21f7db441ced9a56008b | |
parent | addd78a64ba7de0a93cf39c025cb392ae92c4866 (diff) | |
download | ansible-bef336a6f988ad49e36a480d0250b819a9f36edb.tar.gz ansible-bef336a6f988ad49e36a480d0250b819a9f36edb.tar.xz ansible-bef336a6f988ad49e36a480d0250b819a9f36edb.zip |
spacing?
-rw-r--r-- | playbooks/groups/noc-new.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/playbooks/groups/noc-new.yml b/playbooks/groups/noc-new.yml index 52a204474..fcef5da69 100644 --- a/playbooks/groups/noc-new.yml +++ b/playbooks/groups/noc-new.yml @@ -59,8 +59,8 @@ - nagios_server - fedmsg/base -- name: install some packages which arent in playbooks - yum: pkg={{ item }} state=present - with_items: - - nmap - - tcpdump + - name: install some packages which arent in playbooks + yum: pkg={{ item }} state=present + with_items: + - nmap + - tcpdump |