diff --git a/tasks/configure-dbs.yml b/tasks/configure-dbs.yml index 1ed2054..d718d6e 100644 --- a/tasks/configure-dbs.yml +++ b/tasks/configure-dbs.yml @@ -1,11 +1,11 @@ --- - yum: name="{{ item }}" state=latest update_cache=yes with_items: - - mysql-server + - mariadb-server - vim - git - ntp diff --git a/tasks/configure-jump.yml b/tasks/configure-jump.yml index 5672939..23201f4 100644 --- a/tasks/configure-jump.yml +++ b/tasks/configure-jump.yml @@ -1,12 +1,13 @@ --- - yum: name="{{ item }}" state=latest update_cache=yes with_items: + - nmap-ncat - git - screen - vim - ntp