Skip to content

Commit

Permalink
Merge pull request #30 from inverse-inc/feature/refactor-packetfence-…
Browse files Browse the repository at this point in the history
…install

Feature/refactor packetfence install
  • Loading branch information
nqb authored Aug 28, 2020
2 parents 8b8e7e4 + be54d0b commit 3e85c42
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- Only manage DB and configuration when configurator is disabled

## [1.0.3] - 2020-07-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion packetfence/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace: "inverse_inc"
name: "packetfence"
version: "1.0.3"
version: "1.1.0-1"
description: "Collections of Ansible roles to manage PacketFence installations."

authors:
Expand Down
2 changes: 2 additions & 0 deletions packetfence/roles/packetfence_install/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
- name: include database tasks
include_tasks: db.yml
tags: db
when: packetfence_install__configurator_status == 'disabled'

- name: include config tasks
include_tasks: config.yml
tags: config
when: packetfence_install__configurator_status == 'disabled'

0 comments on commit 3e85c42

Please sign in to comment.