소스 검색

Reword some labels

Emmanuel Bouthenot 6 년 전
부모
커밋
ef17a84554
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/dbserver/tasks/postgresql.yml

+ 1 - 1
roles/dbserver/tasks/postgresql.yml

@@ -4,7 +4,7 @@
     - postgresql
     - postgresql-client
 
-- name: Install PostgreSQL backup related packages (autopostgresqlbackup)
+- name: Install AutoPostgreSQLBackup package
   apt: pkg=autopostgresqlbackup state=present
   when: with_postgresql_backup